This reverts commit c7f8da8f97.
This commit is contained in:
@@ -568,7 +568,7 @@ let BookmarksMenuItem = ({
|
|||||||
<Bookmark style={[t.atoms.text]} width={iconWidth} />
|
<Bookmark style={[t.atoms.text]} width={iconWidth} />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
label={_(msg({message: 'Saved', comment: 'link to bookmarks screen'}))}
|
label={_(msg({message: 'Saved', context: 'link to bookmarks screen'}))}
|
||||||
onPress={onPress}
|
onPress={onPress}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -763,7 +763,7 @@ export function DesktopLeftNav() {
|
|||||||
label={_(
|
label={_(
|
||||||
msg({
|
msg({
|
||||||
message: 'Saved',
|
message: 'Saved',
|
||||||
comment: 'link to bookmarks screen',
|
context: 'link to bookmarks screen',
|
||||||
}),
|
}),
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user