diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-09-05 18:03:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-05 18:03:29 +0300 |
commit | c7f8da8f9768515be7d3c79e9128c0411390c48e (patch) | |
tree | 5344b53fd625303968305bbc66f2fca739684134 /src/view/shell/desktop | |
parent | 76cd645a408c3a61feb71208a81f43a4f71190d2 (diff) | |
download | voidsky-c7f8da8f9768515be7d3c79e9128c0411390c48e.tar.zst |
use comment instead of context (#8987)
Diffstat (limited to 'src/view/shell/desktop')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 5c22198c8..00839f073 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -763,7 +763,7 @@ export function DesktopLeftNav() { label={_( msg({ message: 'Saved', - context: 'link to bookmarks screen', + comment: 'link to bookmarks screen', }), )} /> |