From 8d1817a3e393097653bf16096f25d1e61344850d Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Tue, 6 Jun 2023 12:52:26 +0100 Subject: [PATCH] Use `"Toggle locked"` (#1538) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use toggle locked rather than Lock / Unlock ### Change Type - [x] `patch` — Bug Fix --- assets/translations/main.json | 2 +- packages/ui/src/lib/hooks/useTranslation/defaultTranslation.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/main.json b/assets/translations/main.json index 089e99e54..1e2b1f645 100644 --- a/assets/translations/main.json +++ b/assets/translations/main.json @@ -79,7 +79,7 @@ "action.toggle-focus-mode": "Toggle focus mode", "action.toggle-grid.menu": "Show grid", "action.toggle-grid": "Toggle grid", - "action.toggle-lock": "Lock / Unlock", + "action.toggle-lock": "Toggle locked", "action.toggle-snap-mode.menu": "Always snap", "action.toggle-snap-mode": "Toggle always snap", "action.toggle-tool-lock.menu": "Tool lock", diff --git a/packages/ui/src/lib/hooks/useTranslation/defaultTranslation.ts b/packages/ui/src/lib/hooks/useTranslation/defaultTranslation.ts index aca2e8fc9..d8b4dabe6 100644 --- a/packages/ui/src/lib/hooks/useTranslation/defaultTranslation.ts +++ b/packages/ui/src/lib/hooks/useTranslation/defaultTranslation.ts @@ -83,7 +83,7 @@ export const DEFAULT_TRANSLATION = { 'action.toggle-focus-mode': 'Toggle focus mode', 'action.toggle-grid.menu': 'Show grid', 'action.toggle-grid': 'Toggle grid', - 'action.toggle-lock': 'Lock / Unlock', + 'action.toggle-lock': 'Toggle locked', 'action.toggle-snap-mode.menu': 'Always snap', 'action.toggle-snap-mode': 'Toggle always snap', 'action.toggle-tool-lock.menu': 'Tool lock',