mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
using confirmation copy for the confirmation code entry field
This commit is contained in:
parent
daecd7d43a
commit
2a36dc8ee5
2 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
android:id="@+id/phoneConfirmationInput"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/ftue_auth_phone_entry_title"
|
||||
android:hint="@string/ftue_auth_phone_confirmation_entry_title"
|
||||
app:endIconMode="clear_text"
|
||||
app:layout_constraintBottom_toTopOf="@id/phoneConfirmationResend"
|
||||
app:layout_constraintEnd_toEndOf="@id/phoneConfirmationGutterEnd"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
<string name="ftue_auth_phone_title">Enter your phone number</string>
|
||||
<string name="ftue_auth_phone_subtitle">This will help verify your account and enables password recovery.</string>
|
||||
<string name="ftue_auth_phone_entry_title">Phone Number</string>
|
||||
<string name="ftue_auth_phone_confirmation_entry_title">Confirmation code</string>
|
||||
|
||||
<string name="ftue_auth_reset_password_email_subtitle">We will send you a verification link.</string>
|
||||
<string name="ftue_auth_reset_password_breaker_title">Check your email.</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue