Skip to content

Commit 01ba0d0

Browse files
authored
Revert "use comment instead of context (#8987)" (#8990)
This reverts commit c7f8da8.
1 parent c7f8da8 commit 01ba0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/view/shell/Drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ let BookmarksMenuItem = ({
568568
<Bookmark style={[t.atoms.text]} width={iconWidth} />
569569
)
570570
}
571-
label={_(msg({message: 'Saved', comment: 'link to bookmarks screen'}))}
571+
label={_(msg({message: 'Saved', context: 'link to bookmarks screen'}))}
572572
onPress={onPress}
573573
/>
574574
)

src/view/shell/desktop/LeftNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ export function DesktopLeftNav() {
763763
label={_(
764764
msg({
765765
message: 'Saved',
766-
comment: 'link to bookmarks screen',
766+
context: 'link to bookmarks screen',
767767
}),
768768
)}
769769
/>

0 commit comments

Comments
 (0)