Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Newman caa23d26b8 use comment instead of context 2025-09-05 17:32:39 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}
/>
)
+1 -1
View File
@@ -763,7 +763,7 @@ export function DesktopLeftNav() {
label={_(
msg({
message: 'Saved',
context: 'link to bookmarks screen',
comment: 'link to bookmarks screen',
}),
)}
/>