Skip to content

Commit

Permalink
PWN-9086 - update text on confirm email screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kabramovp2p committed Jun 28, 2023
1 parent bc1d403 commit e57c806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/fragment_email_confirm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/contentView"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down Expand Up @@ -52,12 +51,12 @@
android:layout_marginHorizontal="20dp"
android:layout_marginTop="16dp"
android:gravity="center"
android:text="@string/devices_almost_done_message"
android:textColor="@color/night"
app:layout_constraintBottom_toTopOf="@+id/containerButtons"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/textViewTitle"
tools:text="@string/devices_almost_done_message" />
app:layout_constraintTop_toBottomOf="@id/textViewTitle" />

<LinearLayout
android:id="@+id/containerButtons"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/settings_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
<string name="devices_make_sure_your_device">Make sure this is still your device</string>
<string name="devices_footer_message">Attention! If you update your current device, you will not be able to use the old device for recovery.</string>

<string name="devices_almost_done">Nice! Almost done</string>
<string name="devices_almost_done_message">Confirm access to your account that was used to create the wallet</string>
<string name="devices_restore_google">Restore with Google</string>
<string name="devices_almost_done">Nice!\nAlmost done</string>
<string name="devices_almost_done_message">Confirm access to your account</string>
<string name="devices_restore_google">Continue with Google</string>


<string name="devices_incorrect_account">Incorrect Google account</string>
Expand Down

0 comments on commit e57c806

Please sign in to comment.