Skip to content

Commit c7f8da8

Browse files
authored
use comment instead of context (#8987)
1 parent 76cd645 commit c7f8da8

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', context: 'link to bookmarks screen'}))}
571+
label={_(msg({message: 'Saved', comment: '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-
context: 'link to bookmarks screen',
766+
comment: 'link to bookmarks screen',
767767
}),
768768
)}
769769
/>

0 commit comments

Comments
 (0)