Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Fix set-default-browser ui and string issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-cheng authored and Daisy-pliu committed Jun 9, 2020
1 parent 20b3a49 commit dc502ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/focus/utils/DialogUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ object DialogUtils {
)
val styleSpan = StyleSpan(Typeface.BOLD)
val firstStepDescription = context.getString(R.string.instruction_select)
.highlightPlaceholder(context.getString(R.string.browser_app), styleSpan)
.highlightPlaceholder(context.getString(R.string.app_name), styleSpan)
val secondStepDescription = context.getString(R.string.instruction_tap)
.highlightPlaceholder(context.getString(R.string.always), styleSpan)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingStart="30dp"
android:paddingEnd="30dp">
android:paddingStart="28dp"
android:paddingEnd="28dp">

<TextView
android:id="@+id/title"
Expand Down

0 comments on commit dc502ed

Please sign in to comment.