Translation fixes

This commit is contained in:
Pieter Vander Vennet 2021-06-21 03:12:43 +02:00
parent fbf0f278e1
commit 962e364bad
4 changed files with 76 additions and 3 deletions

View file

@ -157,7 +157,7 @@ export default class SimpleAddUI extends Toggle {
private static CreateTagInfoFor(preset: PresetInfo, optionallyLinkToWiki = true) {
const csCount = State.state.osmConnection.userDetails.data.csCount;
return new Toggle(
Translations.t.general.presetInfo.Subs({
Translations.t.general.add.presetInfo.Subs({
tags: preset.tags.map(t => t.asHumanString(optionallyLinkToWiki && csCount > Constants.userJourney.tagsVisibleAndWikiLinked, true)).join("&"),
}).SetStyle("word-break: break-all"),