diff --git a/src/public/app/widgets/dialogs/clone_to.js b/src/public/app/widgets/dialogs/clone_to.js index 8268668e4..f1e991dd2 100644 --- a/src/public/app/widgets/dialogs/clone_to.js +++ b/src/public/app/widgets/dialogs/clone_to.js @@ -44,7 +44,7 @@ const TPL = `
diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json index 978f19d5b..7f0101daa 100644 --- a/src/public/translations/cn/translation.json +++ b/src/public/translations/cn/translation.json @@ -46,7 +46,7 @@ "search_for_note_by_its_name": "根据名称搜索笔记", "cloned_note_prefix_title": "克隆的笔记将在笔记树中显示给定的前缀", "prefix_optional": "前缀(可选)", - "clone_to_selected_note": "克隆到选定的笔记", + "clone_to_selected_note": "克隆到选定的笔记 回车", "no_path_to_clone_to": "没有克隆路径。", "note_cloned": "笔记 \"{{clonedTitle}}\" 已克隆到 \"{{targetTitle}}\"" }, diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 2887f40b9..007f07904 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -46,7 +46,7 @@ "search_for_note_by_its_name": "search for note by its name", "cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix", "prefix_optional": "Prefix (optional)", - "clone_to_selected_note": "Clone to selected note", + "clone_to_selected_note": "Clone to selected note enter", "no_path_to_clone_to": "No path to clone to.", "note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\"" },