Frontend: Update map options

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-12-03 20:52:01 +01:00
parent 1697c9e1e3
commit 7c3ad754ba

View file

@ -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")},
];
];