diff --git a/e2e/help.spec.ts b/e2e/help.spec.ts index 19f52d750..a820819ac 100644 --- a/e2e/help.spec.ts +++ b/e2e/help.spec.ts @@ -9,7 +9,7 @@ test("Help popup", async ({ page, context }) => { const popupPromise = page.waitForEvent("popup"); await app.currentNoteSplit.press("F1"); - await page.getByRole("link", { name: "online↗" }).click(); + await page.getByRole("link", { name: "online" }).click(); const popup = await popupPromise; expect(popup.url()).toBe("https://triliumnext.github.io/Docs/"); }); diff --git a/src/public/app/services/note_list_renderer.ts b/src/public/app/services/note_list_renderer.ts index 2e6652b0f..06d2c1a48 100644 --- a/src/public/app/services/note_list_renderer.ts +++ b/src/public/app/services/note_list_renderer.ts @@ -151,7 +151,7 @@ const TPL = `
${t("etapi.description")} - ${t("etapi.see_more")} ${t("etapi.wiki")} ${t("etapi.and")} ${t("etapi.openapi_spec")}.
${t("attachment_erasure_timeout.manual_erasing_description")}
${t("note_erasure_timeout.manual_erasing_description")}
${t("revisions_snapshot_interval.note_revisions_snapshot_description")}
${t("password.protected_session_timeout_description")} ${t("password.wiki")} ${t("password.for_more_info")}
+
${t("shortcuts.multiple_shortcuts")} ${t("shortcuts.electron_documentation")}
${t("sync_2.test_description")}
${t("highlights_list.description")}