Browse Source

Remove duplicate string for toggle grid mode (#1821)

pull/1824/head
Lipis 6 years ago committed by GitHub
parent
commit
5970bb7ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/ShortcutsDialog.tsx
  2. 3
      src/locales/en.json

2
src/components/ShortcutsDialog.tsx

@ -248,7 +248,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => { @@ -248,7 +248,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Alt+Z")]}
/>
<Shortcut
label={t("buttons.toggleGridMode")}
label={t("labels.toggleGridMode")}
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
/>
</ShortcutIsland>

3
src/locales/en.json

@ -92,8 +92,7 @@ @@ -92,8 +92,7 @@
"createNewRoom": "Create new room",
"toggleFullScreen": "Toggle full screen",
"toggleZenMode": "Toggle zen mode",
"exitZenMode": "Exit zen mode",
"toggleGridMode": "Toggle grid mode"
"exitZenMode": "Exit zen mode"
},
"alerts": {
"clearReset": "This will clear the whole canvas. Are you sure?",

Loading…
Cancel
Save