Translation
This commit is contained in:
parent
10202c17d6
commit
6ce60a79b2
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ export default class PumpManual extends TagRenderingOptions {
|
||||||
const to = Translations.t.cyclofix.station.electric
|
const to = Translations.t.cyclofix.station.electric
|
||||||
super({
|
super({
|
||||||
priority: 5,
|
priority: 5,
|
||||||
question: to.question.Render(),
|
question: to.question,
|
||||||
mappings: [
|
mappings: [
|
||||||
{k: new Tag("manual", "yes"), txt: to.manual.Render()},
|
{k: new Tag("manual", "yes"), txt: to.manual},
|
||||||
{k: new Tag("manual", "no"), txt: to.electric.Render()}
|
{k: new Tag("manual", "no"), txt: to.electric}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue