Skip to content

Commit

Permalink
Additional "default browser" prompts: copy updates (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos authored Jan 31, 2025
1 parent 0c0da0e commit 651cc30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/view_menu_item_default_browser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/settingsDefaultBrowserEnabled"
android:contentDescription="@string/defaultBrowserPopupMenuItem"
android:paddingHorizontal="12dp">

<!--Menu item's style defines horizontal padding as 24dp but we want the accent background
Expand All @@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="@dimen/keyline_2"
android:text="@string/settingsDefaultBrowserEnabled"
android:text="@string/defaultBrowserPopupMenuItem"
android:textColor="@color/blue50"
app:typography="body1"
tools:ignore="InvalidColorAttribute" />
Expand Down
9 changes: 6 additions & 3 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@
<string name="newTabPageIndonesiaMessageCta">Okay</string>

<!-- Default Browser Bottom Sheet Dialog -->
<string name="defaultBrowserBottomSheetDialogTitle">Protect your personal data every time with DuckDuckGo</string>
<string name="defaultBrowserBottomSheetDialogSubTitle">If you love protecting your data, make us your default browser. All site links will open in DuckDuckGo.</string>
<string name="defaultBrowserBottomSheetDialogPrimaryButton">Set As Your Default Browser</string>
<string name="defaultBrowserBottomSheetDialogTitle">Let DuckDuckGo protect more of what you do online</string>
<string name="defaultBrowserBottomSheetDialogSubTitle">Make us your default browser so all site links open in DuckDuckGo.</string>
<string name="defaultBrowserBottomSheetDialogPrimaryButton">Set As Default Browser</string>
<string name="defaultBrowserBottomSheetDialogGhostButton">Not Now</string>

<!-- Default Browser Popup Menu Item-->
<string name="defaultBrowserPopupMenuItem">Set As Default Browser</string>

</resources>

0 comments on commit 651cc30

Please sign in to comment.