mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1816892 - Update the Private Browsing Mode CFR that currently says, “Launch next private tab in one tap.” to say “Launch your next private tab in one tap".
This commit is contained in:
parent
af9a39ac3a
commit
4ec01ab895
@ -31,7 +31,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:lineSpacingExtra="2dp"
|
||||
android:text="@string/private_mode_cfr_message"
|
||||
android:text="@string/private_mode_cfr_message_2"
|
||||
android:textColor="@color/fx_mobile_text_color_oncolor_primary"
|
||||
app:layout_constraintBottom_toTopOf="@id/cfr_pos_button"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -67,7 +67,9 @@
|
||||
<!-- Text for the main message -->
|
||||
<string name="cfr_message" moz:removedIn="109" tools:ignore="UnusedResources">Add a shortcut to open private tabs from your Home screen.</string>
|
||||
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
|
||||
<string name="private_mode_cfr_message">Launch next private tab in one tap.</string>
|
||||
<string name="private_mode_cfr_message" moz:removedIn="111" tools:ignore="UnusedResources">Launch next private tab in one tap.</string>
|
||||
<!-- Text for the Private mode shortcut CFR message for adding a private mode shortcut to open private tabs from the Home screen -->
|
||||
<string name="private_mode_cfr_message_2">Launch your next private tab in one tap.</string>
|
||||
<!-- Text for the positive button -->
|
||||
<string name="cfr_pos_button_text" moz:removedIn="109" tools:ignore="UnusedResources">Add shortcut</string>
|
||||
<!-- Text for the positive button to accept adding a Private Browsing shortcut to the Home screen -->
|
||||
|
Loading…
Reference in New Issue
Block a user