Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 401ad98

Browse files
authored
Fix FxA info dialog strings. Fixes #2239 (#2242)
1 parent d61f17c commit 401ad98

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/src/main/res/layout/whats_new.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
android:id="@+id/header"
2626
android:layout_width="wrap_content"
2727
android:layout_height="wrap_content"
28+
android:layout_marginTop="10dp"
2829
android:clickable="false"
2930
android:fontFamily="sans-serif"
3031
android:gravity="center"
31-
android:text="@string/whats_new_title"
32+
android:text="@string/whats_new_title_1"
3233
android:textColor="@color/fog"
3334
android:textSize="@dimen/text_huge_size"
3435
android:textStyle="bold"
35-
android:layout_marginTop="10dp"
3636
app:layout_constraintEnd_toEndOf="parent"
3737
app:layout_constraintStart_toStartOf="parent"
3838
app:layout_constraintTop_toBottomOf="@id/image" />
@@ -56,7 +56,7 @@
5656
android:gravity="center"
5757
android:paddingLeft="60dp"
5858
android:paddingRight="60dp"
59-
android:text="@string/whats_new_body"
59+
android:text="@string/whats_new_body_1"
6060
android:textColor="@color/fog"
6161
android:textSize="@dimen/text_medium_size"
6262
app:layout_constraintEnd_toEndOf="parent"
@@ -71,7 +71,7 @@
7171
android:gravity="center"
7272
android:paddingLeft="60dp"
7373
android:paddingRight="60dp"
74-
android:text="@string/whats_new_body_sub"
74+
android:text="@string/whats_new_body_sub_1"
7575
android:textColor="@color/rhino"
7676
android:textSize="@dimen/text_smaller_size"
7777
app:layout_constraintEnd_toEndOf="parent"

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,15 +1287,15 @@ the Select` button. When clicked it closes all the previously selected tabs -->
12871287

12881288
<!-- This string is displayed in the header of the what's new dialog that is displayed if the user has updated
12891289
or updated the app and hasn't signed it yet. -->
1290-
<string name="whats_new_title">Now You Can Sign In!</string>
1290+
<string name="whats_new_title_1">Sign in to send tabs</string>
12911291

12921292
<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
12931293
or updated the app and hasn't signed it yet. -->
1294-
<string name="whats_new_body">Sign in or create an account to send a tab from Firefox on your desktop or mobile device to Firefox Reality in your VR headset.</string>
1294+
<string name="whats_new_body_1">Sign in or create a new Firefox Account to send tabs from Firefox on your desktop or mobile device to your headset.</string>
12951295

12961296
<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
12971297
or updated the app and hasn't signed it yet. -->
1298-
<string name="whats_new_body_sub">Synchronize your bookmarks, history, tabs, passwords, add-ons, and preferences across all your devices.</string>
1298+
<string name="whats_new_body_sub_1">Firefox Account also lets you sync bookmarks and history across all your devices.</string>
12991299

13001300
<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
13011301
or updated the app and hasn't signed it yet. If clicked the user is redirected to the Firefox Account sign-in page. -->

0 commit comments

Comments
 (0)