From c97c69900be9cb56919e94c082762e9aedca2e38 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 26 Jan 2026 20:10:18 +0200 Subject: [PATCH] chore(web-clipper): minor typo in "screenshot" --- apps/web-clipper/entrypoints/background/context_menu.ts | 4 ++-- apps/web-clipper/entrypoints/popup/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-clipper/entrypoints/background/context_menu.ts b/apps/web-clipper/entrypoints/background/context_menu.ts index 6685651fb..28786df7b 100644 --- a/apps/web-clipper/entrypoints/background/context_menu.ts +++ b/apps/web-clipper/entrypoints/background/context_menu.ts @@ -6,12 +6,12 @@ const CONTEXT_MENU_ITEMS: Browser.contextMenus.CreateProperties[] = [ }, { id: "trilium-save-cropped-screenshot", - title: "Crop screen shot to Trilium", + title: "Crop screenshot to Trilium", contexts: ["page"] }, { id: "trilium-save-whole-screenshot", - title: "Save whole screen shot to Trilium", + title: "Save whole screenshot to Trilium", contexts: ["page"] }, { diff --git a/apps/web-clipper/entrypoints/popup/index.html b/apps/web-clipper/entrypoints/popup/index.html index a655a5e4a..207d6433c 100644 --- a/apps/web-clipper/entrypoints/popup/index.html +++ b/apps/web-clipper/entrypoints/popup/index.html @@ -20,8 +20,8 @@
- - + +