forked from MapComplete/MapComplete
Small fixes, add filters to shops
This commit is contained in:
parent
b119e1ac1d
commit
df706d2f97
4 changed files with 33 additions and 3 deletions
|
@ -62,7 +62,7 @@ export default class ExtraLinkButton extends UIElement {
|
|||
|
||||
let text: Translation
|
||||
if (c.text === undefined) {
|
||||
text = Translations.t.general.screenToSmall.Fuse(this.state.layoutToUse.title, "{theme}")
|
||||
text = Translations.t.general.screenToSmall.Subs({theme: this.state.layoutToUse.title})
|
||||
} else {
|
||||
text = c.text.Clone()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue