Skip to content

Commit dd483fc

Browse files
committed
use common translation for openTodayNote #7472
1 parent 5620e7f commit dd483fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/server/src/services/keyboard_actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ function getDefaultKeyboardActions() {
321321
},
322322
{
323323
actionName: "openTodayNote",
324-
friendlyName: t("keyboard_action_names.open-today-note"),
324+
friendlyName: t("hidden-subtree.open-today-journal-note-title"),
325325
iconClass: "bx bx-calendar",
326326
defaultShortcuts: [],
327-
description: t("keyboard_actions.open-today-note"),
327+
description: t("hidden-subtree.open-today-journal-note-title"),
328328
scope: "window"
329329
},
330330
{

0 commit comments

Comments
 (0)