2
0
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/19886 - Use the new "Details" text for navigating to ETP details

This commit is contained in:
Gabriel Luong 2021-07-13 11:14:05 -04:00 committed by Arturo Mejia
parent ab1e4228c9
commit 609acda69c
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
android:layout_height="@dimen/quicksettings_item_height"
android:gravity="end|center_vertical"
android:layout_alignParentEnd="true"
android:text="@string/preference_enhanced_tracking_protection_blocked_items"
android:text="@string/enhanced_tracking_protection_details"
app:drawableEndCompat="@drawable/ic_arrowhead_right"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"

View File

@ -1370,8 +1370,8 @@
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Cryptominers</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Fingerprinters</string>
<!-- TODO -->
<string name="preference_enhanced_tracking_protection_blocked_items">Blocked items</string>
<!-- Button label for navigating to the Enhanced Tracking Protection details -->
<string name="enhanced_tracking_protection_details">Details</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Blocked</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->