Closes #18899: Update content description string for synced tabs icon (#18963)

upstream-sync
Roger Yang 3 years ago committed by GitHub
parent f3df2c73d9
commit b3f5e557cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,7 +122,7 @@
android:id="@+id/synced_tab_item"
android:layout_width="0dp"
android:layout_height="match_parent"
android:contentDescription="@string/tabs_header_private_tabs_title"
android:contentDescription="@string/tabs_header_synced_tabs_title"
android:foregroundTint="@color/photonWhite"
android:icon="@drawable/ic_synced_tabs" />

@ -592,6 +592,8 @@
<string name="tabs_header_private_title">Private session</string>
<!-- Title for the list of tabs in the current private session -->
<string name="tabs_header_private_tabs_title">Private tabs</string>
<!-- Title for the list of tabs in the synced tabs -->
<string name="tabs_header_synced_tabs_title">Synced tabs</string>
<!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed -->
<string name="add_tab">Add tab</string>
<!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed -->

Loading…
Cancel
Save