Remove duplicate string for toggle grid mode (#1821)

This commit is contained in:
Lipis 2020-06-26 23:28:01 +03:00 committed by GitHub
parent 1991511ef7
commit 5970bb7ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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>