Remove duplicate string for toggle grid mode (#1821)
This commit is contained in:
parent
1991511ef7
commit
5970bb7ee9
@ -248,7 +248,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
|||||||
shortcuts={[getShortcutKey("Alt+Z")]}
|
shortcuts={[getShortcutKey("Alt+Z")]}
|
||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("buttons.toggleGridMode")}
|
label={t("labels.toggleGridMode")}
|
||||||
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
|
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
|
||||||
/>
|
/>
|
||||||
</ShortcutIsland>
|
</ShortcutIsland>
|
||||||
|
@ -92,8 +92,7 @@
|
|||||||
"createNewRoom": "Create new room",
|
"createNewRoom": "Create new room",
|
||||||
"toggleFullScreen": "Toggle full screen",
|
"toggleFullScreen": "Toggle full screen",
|
||||||
"toggleZenMode": "Toggle zen mode",
|
"toggleZenMode": "Toggle zen mode",
|
||||||
"exitZenMode": "Exit zen mode",
|
"exitZenMode": "Exit zen mode"
|
||||||
"toggleGridMode": "Toggle grid mode"
|
|
||||||
},
|
},
|
||||||
"alerts": {
|
"alerts": {
|
||||||
"clearReset": "This will clear the whole canvas. Are you sure?",
|
"clearReset": "This will clear the whole canvas. Are you sure?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user