Skip to content

Commit 2a36dc8

Browse files
committed
using confirmation copy for the confirmation code entry field
1 parent daecd7d commit 2a36dc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vector/src/main/res/layout/fragment_ftue_phone_confirmation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
android:id="@+id/phoneConfirmationInput"
9393
android:layout_width="0dp"
9494
android:layout_height="wrap_content"
95-
android:hint="@string/ftue_auth_phone_entry_title"
95+
android:hint="@string/ftue_auth_phone_confirmation_entry_title"
9696
app:endIconMode="clear_text"
9797
app:layout_constraintBottom_toTopOf="@id/phoneConfirmationResend"
9898
app:layout_constraintEnd_toEndOf="@id/phoneConfirmationGutterEnd"

vector/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<string name="ftue_auth_phone_title">Enter your phone number</string>
4040
<string name="ftue_auth_phone_subtitle">This will help verify your account and enables password recovery.</string>
4141
<string name="ftue_auth_phone_entry_title">Phone Number</string>
42+
<string name="ftue_auth_phone_confirmation_entry_title">Confirmation code</string>
4243

4344
<string name="ftue_auth_reset_password_email_subtitle">We will send you a verification link.</string>
4445
<string name="ftue_auth_reset_password_breaker_title">Check your email.</string>

0 commit comments

Comments
 (0)