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

Fix FxA info dialog strings. Fixes #2239 #2242

Merged
merged 1 commit into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/src/main/res/layout/whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
android:id="@+id/header"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:clickable="false"
android:fontFamily="sans-serif"
android:gravity="center"
android:text="@string/whats_new_title"
android:text="@string/whats_new_title_1"
android:textColor="@color/fog"
android:textSize="@dimen/text_huge_size"
android:textStyle="bold"
android:layout_marginTop="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/image" />
Expand All @@ -56,7 +56,7 @@
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:text="@string/whats_new_body"
android:text="@string/whats_new_body_1"
android:textColor="@color/fog"
android:textSize="@dimen/text_medium_size"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -71,7 +71,7 @@
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:text="@string/whats_new_body_sub"
android:text="@string/whats_new_body_sub_1"
android:textColor="@color/rhino"
android:textSize="@dimen/text_smaller_size"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,15 +1287,15 @@ the Select` button. When clicked it closes all the previously selected tabs -->

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

<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. -->
<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>
<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>

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

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