[fenix] For https://github.com/mozilla-mobile/fenix/issues/21643: Pre-land strings for inactive tabs CFR. Update section title for normal, non-search group tabs. (https://github.com/mozilla-mobile/fenix/pull/21645)

pull/600/head
Elise Richards 3 years ago committed by GitHub
parent 44f1f679e7
commit b9f5e56c37

@ -60,7 +60,7 @@ class TitleHeaderAdapter(
fun bind() {
binding.tabTrayHeaderTitle.text =
itemView.context.getString(R.string.tab_tray_header_title)
itemView.context.getString(R.string.tab_tray_header_title_1)
}
companion object {

@ -17,7 +17,7 @@
android:focusable="false"
android:gravity="start"
android:maxLines="1"
android:text="@string/tab_tray_header_title"
android:text="@string/tab_tray_header_title_1"
android:textAppearance="@style/Header16TextStyle"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"

@ -104,6 +104,10 @@
<string name="tab_tray_close_tabs_banner_positive_button_text">View options</string>
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
<string name="tab_tray_close_tabs_banner_negative_button_text">Dismiss</string>
<!-- Text for the banner message to tell users about our inactive tabs feature. -->
<string name="tab_tray_inactive_onboarding_message" tools:ignore="UnusedResources">Tabs you havent viewed for two weeks get moved here.</string>
<!-- Text for the action link to go to Settings for inactive tabs. -->
<string name="tab_tray_inactive_onboarding_button_text" tools:ignore="UnusedResources">Turn off in settings</string>
<!-- Home screen icons - Long press shortcuts -->
<!-- Shortcut action to open new tab -->
@ -795,7 +799,9 @@
<!-- Button in the current tab tray header in multiselect mode. Saved the selected tabs to a collection when pressed. -->
<string name="tab_tray_save_to_collection">Save</string>
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
<string name="tab_tray_header_title">Other</string>
<string name="tab_tray_header_title" moz:removedIn="94" tools:ignore="UnusedResources">Other</string>
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
<string name="tab_tray_header_title_1">Other tabs</string>
<!-- History -->
<!-- Text for the button to clear all history -->

Loading…
Cancel
Save