use comment instead of context
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)
|
||||
|
||||
@@ -763,7 +763,7 @@ export function DesktopLeftNav() {
|
||||
label={_(
|
||||
msg({
|
||||
message: 'Saved',
|
||||
context: 'link to bookmarks screen',
|
||||
comment: 'link to bookmarks screen',
|
||||
}),
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user