mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove duplicate string for toggle grid mode (#1821)
This commit is contained in:
parent
1991511ef7
commit
5970bb7ee9
2 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue