fix show top down view translation key

This commit is contained in:
Sendou
2020-07-13 23:01:23 +03:00
parent b84ee0a9f6
commit b1fa15f4a8

View File

@@ -101,7 +101,7 @@ const MapSelect: React.FC<MapSelectProps> = ({ bg, setBg }) => {
/>
</Flex>
<Flex justify="center" align="center" my="1em">
<FormLabel htmlFor="view">{t("Show top-down view")}</FormLabel>
<FormLabel htmlFor="view">{t("plans;Show top-down view")}</FormLabel>
<Switch
id="view"
color={themeColor}