Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,12 @@
<!-- Content description (not visible, for screen readers etc.) for the button to open the Tab Search feature to search through tabs. -->
<string name="tab_manager_open_tab_search">Open tab search</string>

<!-- Tab Group -->
<!-- Title for the create tab group bottom sheet -->
<string name="create_tab_group_title">Create tab group</string>
<string name="create_tab_group_save_button">Save</string>
<string name="edit_tab_group_bottom_sheet_close_content_description">Close Edit Tab Group</string>

<!-- History -->
<!-- Text for the button to search all history -->
<string name="history_search_1">Enter search terms</string>
Expand Down