add translation context for "saved"
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)
|
||||
|
||||
@@ -760,7 +760,12 @@ export function DesktopLeftNav() {
|
||||
width={NAV_ICON_WIDTH}
|
||||
/>
|
||||
}
|
||||
label={_(msg`Saved`)}
|
||||
label={_(
|
||||
msg({
|
||||
message: 'Saved',
|
||||
context: 'link to bookmarks screen',
|
||||
}),
|
||||
)}
|
||||
/>
|
||||
<NavItem
|
||||
href={currentAccount ? makeProfileLink(currentAccount) : '/'}
|
||||
|
||||
Reference in New Issue
Block a user