fix: Rename 'Grid mode' to 'Show grid' (#2944)

This commit is contained in:
Arun 2021-02-06 03:20:53 +05:30 committed by GitHub
parent f7f98d9dda
commit d6ca981f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Alt+Z")]}
/>
<Shortcut
label={t("labels.gridMode")}
label={t("labels.showGrid")}
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
/>
<Shortcut