about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-09-05 18:11:56 +0300
committerGitHub <noreply@github.com>2025-09-05 08:11:56 -0700
commit01ba0d0ed61083a6d38f76733f57736c51659338 (patch)
tree8d60cb5315cc9dd951cf3445a0e4b06cafaebba7 /src
parentc7f8da8f9768515be7d3c79e9128c0411390c48e (diff)
downloadvoidsky-01ba0d0ed61083a6d38f76733f57736c51659338.tar.zst
Revert "use comment instead of context (#8987)" (#8990)
This reverts commit c7f8da8f9768515be7d3c79e9128c0411390c48e.
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/Drawer.tsx2
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index eed7631ce..4a797e578 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -568,7 +568,7 @@ let BookmarksMenuItem = ({
           <Bookmark style={[t.atoms.text]} width={iconWidth} />
         )
       }
-      label={_(msg({message: 'Saved', comment: 'link to bookmarks screen'}))}
+      label={_(msg({message: 'Saved', context: 'link to bookmarks screen'}))}
       onPress={onPress}
     />
   )
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 00839f073..5c22198c8 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',
-                comment: 'link to bookmarks screen',
+                context: 'link to bookmarks screen',
               }),
             )}
           />