refactor: Remove the word toggle from labels (#2648)

This commit is contained in:
Lipis
2020-12-21 15:58:43 +02:00
committed by GitHub
parent c3c20b6087
commit b0eeb8e6e6
3 changed files with 14 additions and 10 deletions
+2 -5
View File
@@ -210,12 +210,9 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
label={t("shortcutsDialog.zoomToSelection")}
shortcuts={["Shift+2"]}
/>
<Shortcut label={t("buttons.fullScreen")} shortcuts={["F"]} />
<Shortcut
label={t("buttons.toggleFullScreen")}
shortcuts={["F"]}
/>
<Shortcut
label={t("buttons.toggleZenMode")}
label={t("buttons.zenMode")}
shortcuts={[getShortcutKey("Alt+Z")]}
/>
<Shortcut