mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 04:57:08 -05:00
fix show top down view translation key
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user