about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-09-05 18:03:29 +0300
committerGitHub <noreply@github.com>2025-09-05 18:03:29 +0300
commitc7f8da8f9768515be7d3c79e9128c0411390c48e (patch)
tree5344b53fd625303968305bbc66f2fca739684134 /src/view/shell/Drawer.tsx
parent76cd645a408c3a61feb71208a81f43a4f71190d2 (diff)
downloadvoidsky-c7f8da8f9768515be7d3c79e9128c0411390c48e.tar.zst
use comment instead of context (#8987)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index 4a797e578..eed7631ce 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', context: 'link to bookmarks screen'}))}
+      label={_(msg({message: 'Saved', comment: 'link to bookmarks screen'}))}
       onPress={onPress}
     />
   )