forked from MapComplete/MapComplete
Custom themes now stick to the user account and can be revisited, small improvements
This commit is contained in:
parent
bf6eae9af1
commit
4a0970a71f
23 changed files with 556 additions and 1748 deletions
|
@ -901,7 +901,8 @@ export default class Translations {
|
|||
nl: " of <a href='https://www.openstreetmap.org/user/new' target='_blank'>maak een nieuwe account aan</a> ",
|
||||
fr: " ou <a href='https://www.openstreetmap.org/user/new' target='_blank'>registrez vous</a>"
|
||||
}),
|
||||
noTagsSelected: new T({en: "No tags selected"})
|
||||
noTagsSelected: new T({en: "No tags selected"}),
|
||||
customThemeIntro: new T({en:"<h3>Custom themes</h3>These are previously visited user-generated themes."})
|
||||
|
||||
},
|
||||
favourite: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue