From 13115b9ed17b5d3c5c5fdb5015555c7759b538c0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 27 Jul 2025 22:22:17 +0300 Subject: [PATCH] fix(keyboard_actions): missing keyboard action descriptions --- apps/server/src/assets/translations/en/server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/server/src/assets/translations/en/server.json b/apps/server/src/assets/translations/en/server.json index 67abd7fc3..679a334a4 100644 --- a/apps/server/src/assets/translations/en/server.json +++ b/apps/server/src/assets/translations/en/server.json @@ -22,8 +22,8 @@ "move-note-down-in-hierarchy": "Move note down in hierarchy", "edit-note-title": "Jump from tree to the note detail and edit title", "edit-branch-prefix": "Show \"Edit branch prefix\" dialog", - "cloneNotesTo": "Clone selected notes", - "moveNotesTo": "Move selected notes", + "clone-notes-to": "Clone selected notes", + "move-notes-to": "Move selected notes", "note-clipboard": "Note clipboard", "copy-notes-to-clipboard": "Copy selected notes to the clipboard", "paste-notes-from-clipboard": "Paste notes from the clipboard into active note",