diff --git a/src/public/app/menus/launcher_context_menu.ts b/src/public/app/menus/launcher_context_menu.ts index d14a56ebd..0c4aaca6c 100644 --- a/src/public/app/menus/launcher_context_menu.ts +++ b/src/public/app/menus/launcher_context_menu.ts @@ -52,8 +52,8 @@ export default class LauncherContextMenu implements SelectMenuItemEventListener< isVisibleItem ? { title: t("launcher_context_menu.move-to-available-launchers"), command: "moveLauncherToAvailable", uiIcon: "bx bx-hide", enabled: true } : null, (isVisibleItem || isAvailableItem) ? { title: "----" } : null, - { title: `${t("launcher_context_menu.duplicate-launcher")} `, command: "duplicateSubtree", uiIcon: "bx bx-outline", enabled: isItem }, - { title: `${t("launcher_context_menu.delete")} `, command: "deleteNotes", uiIcon: "bx bx-trash destructive-action-icon", enabled: canBeDeleted }, + { title: `${t("launcher_context_menu.duplicate-launcher")}`, command: "duplicateSubtree", uiIcon: "bx bx-outline", enabled: isItem }, + { title: `${t("launcher_context_menu.delete")}`, command: "deleteNotes", uiIcon: "bx bx-trash destructive-action-icon", enabled: canBeDeleted }, { title: "----" }, diff --git a/src/public/app/menus/tree_context_menu.ts b/src/public/app/menus/tree_context_menu.ts index cb1d00c0f..ada4bec21 100644 --- a/src/public/app/menus/tree_context_menu.ts +++ b/src/public/app/menus/tree_context_menu.ts @@ -59,7 +59,7 @@ export default class TreeContextMenu implements SelectMenuItemEventListener | null)[] = [ - { title: `${t("tree-context-menu.open-in-a-new-tab")} Ctrl+Click`, command: "openInTab", uiIcon: "bx bx-link-external", enabled: noSelectedNotes }, + { title: `${t("tree-context-menu.open-in-a-new-tab")}`, command: "openInTab", uiIcon: "bx bx-link-external", enabled: noSelectedNotes }, { title: t("tree-context-menu.open-in-a-new-split"), command: "openNoteInSplit", uiIcon: "bx bx-dock-right", enabled: noSelectedNotes }, diff --git a/src/public/app/widgets/dialogs/add_link.js b/src/public/app/widgets/dialogs/add_link.js index 0de28cce3..964a52000 100644 --- a/src/public/app/widgets/dialogs/add_link.js +++ b/src/public/app/widgets/dialogs/add_link.js @@ -48,7 +48,7 @@ const TPL = ` diff --git a/src/public/app/widgets/dialogs/help.js b/src/public/app/widgets/dialogs/help.js index e4b9ffcd7..6947101d3 100644 --- a/src/public/app/widgets/dialogs/help.js +++ b/src/public/app/widgets/dialogs/help.js @@ -18,12 +18,12 @@ const TPL = `

@@ -37,7 +37,7 @@ const TPL = `

${t('help.onlyInDesktop')}: @@ -75,7 +75,7 @@ const TPL = `
  • ${t('help.notSet')}, ${t('help.notSet')} - ${t('help.moveNoteUpHierarchy')}
  • ${t('help.notSet')}, ${t('help.notSet')} - ${t('help.multiSelectNote')}
  • ${t('help.notSet')} - ${t('help.selectAllNotes')}
  • -
  • Shift+click - ${t('help.selectNote')}
  • +
  • ${t('help.selectNote')}
  • ${t('help.notSet')} - ${t('help.copyNotes')}
  • ${t('help.notSet')} - ${t('help.cutNotes')}
  • ${t('help.notSet')} - ${t('help.pasteNotes')}
  • @@ -92,7 +92,7 @@ const TPL = `