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 17:29:57 +0300
committerGitHub <noreply@github.com>2025-09-05 07:29:57 -0700
commitc26906e15c72b80f0f4c5b33a42101b53e722071 (patch)
treeaffd3852f0e6e2091a319beb28cc4f463d5b6600 /src/view/shell/Drawer.tsx
parent0c4b9080207b0ca35a85ffa1e4f6a67189314ac8 (diff)
downloadvoidsky-c26906e15c72b80f0f4c5b33a42101b53e722071.tar.zst
add translation context for "saved" (#8982)
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 10817407f..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`Saved`)}
+      label={_(msg({message: 'Saved', context: 'link to bookmarks screen'}))}
       onPress={onPress}
     />
   )