We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd645 commit c7f8da8Copy full SHA for c7f8da8
src/view/shell/Drawer.tsx
@@ -568,7 +568,7 @@ let BookmarksMenuItem = ({
568
<Bookmark style={[t.atoms.text]} width={iconWidth} />
569
)
570
}
571
- label={_(msg({message: 'Saved', context: 'link to bookmarks screen'}))}
+ label={_(msg({message: 'Saved', comment: 'link to bookmarks screen'}))}
572
onPress={onPress}
573
/>
574
src/view/shell/desktop/LeftNav.tsx
@@ -763,7 +763,7 @@ export function DesktopLeftNav() {
763
label={_(
764
msg({
765
message: 'Saved',
766
- context: 'link to bookmarks screen',
+ comment: 'link to bookmarks screen',
767
}),
768
)}
769
0 commit comments