mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21460 - Rename "Delete from history" to "Remove" for recent visit dropdown menu
This commit is contained in:
parent
bc452b6adc
commit
cb4b5fc613
@ -41,7 +41,7 @@ class HistoryMetadataGroupViewHolder(
|
||||
recentVisits = recentVisits.value ?: emptyList(),
|
||||
menuItems = listOfNotNull(
|
||||
RecentVisitMenuItem(
|
||||
title = stringResource(R.string.recently_visited_delete_from_history),
|
||||
title = stringResource(R.string.recently_visited_menu_item_remove),
|
||||
onClick = {
|
||||
// no-op
|
||||
}
|
||||
|
@ -128,7 +128,7 @@
|
||||
<string name="history_metadata_header_2">Recently visited</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_delete_from_history">Delete from history</string>
|
||||
<string name="recently_visited_menu_item_remove">Remove</string>
|
||||
|
||||
<!-- Browser Fragment -->
|
||||
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
||||
|
Loading…
Reference in New Issue
Block a user