Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
702b5783
Commit
702b5783
authored
Dec 29, 2020
by
Matt Glorion
Browse files
[UPD] minor wording change
parent
727c7578
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/ResultsDetailledView.vue
View file @
702b5783
...
...
@@ -106,7 +106,7 @@ export default {
const
eqs
=
store
.
state
.
equivalents
[
this
.
selectedView
][
"
ONE_KM_CAR
"
]
for
(
const
equivalent
in
eqs
)
{
if
(
eqs
[
equivalent
]
!==
null
)
{
ret
.
push
({
text
:
"
Le
"
+
equivalent
+
"
équivaut à
"
+
eqs
[
equivalent
]
+
"
km e
n
voiture thermique.
"
});
ret
.
push
({
text
:
"
Le
"
+
equivalent
+
"
équivaut à
l'impact de
"
+
eqs
[
equivalent
]
+
"
km
réalisés dans un
e voiture thermique.
"
});
}
}
return
ret
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment