Frontend: Update map options
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1697c9e1e3
commit
7c3ad754ba
1 changed files with 4 additions and 4 deletions
|
@ -174,11 +174,11 @@ export const MapsStyle = () => [
|
|||
},
|
||||
{
|
||||
"text": $gettext("Topographic"),
|
||||
"value": "topo",
|
||||
"value": "topographique",
|
||||
},
|
||||
{
|
||||
"text": $gettext("Moonlight"),
|
||||
"value": "darkmatter",
|
||||
"text": $gettext("Outdoor"),
|
||||
"value": "outdoor",
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -248,4 +248,4 @@ export const FeedbackCategories = () => [
|
|||
{"value": "bug", "text": $gettext("Bug Report")},
|
||||
{"value": "donations", "text": $gettext("Donations")},
|
||||
{"value": "other", "text": $gettext("Other")},
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue