From dd483fccbc19a738f1a75032ad6090c609a59e55 Mon Sep 17 00:00:00 2001 From: contributor Date: Tue, 28 Oct 2025 16:33:36 +0200 Subject: [PATCH] use common translation for openTodayNote #7472 --- apps/server/src/services/keyboard_actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/server/src/services/keyboard_actions.ts b/apps/server/src/services/keyboard_actions.ts index 0903179a6..c148147f7 100644 --- a/apps/server/src/services/keyboard_actions.ts +++ b/apps/server/src/services/keyboard_actions.ts @@ -321,10 +321,10 @@ function getDefaultKeyboardActions() { }, { actionName: "openTodayNote", - friendlyName: t("keyboard_action_names.open-today-note"), + friendlyName: t("hidden-subtree.open-today-journal-note-title"), iconClass: "bx bx-calendar", defaultShortcuts: [], - description: t("keyboard_actions.open-today-note"), + description: t("hidden-subtree.open-today-journal-note-title"), scope: "window" }, {