[fenix] For https://github.com/mozilla-mobile/fenix/issues/21460 - Rename "Delete from history" to "Remove" for recent visit dropdown menu

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
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…
Cancel
Save