mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
updating login copy
This commit is contained in:
parent
677818a18e
commit
ee5cc19c23
2 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
style="@style/Widget.Vector.TextInputLayout.Username"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/username"
|
||||
android:hint="@string/ftue_auth_login_username_entry"
|
||||
app:layout_constraintBottom_toTopOf="@id/entrySpacing"
|
||||
app:layout_constraintEnd_toEndOf="@id/loginGutterEnd"
|
||||
app:layout_constraintStart_toStartOf="@id/loginGutterStart"
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
<string name="ftue_auth_password_reset_email_confirmation_subtitle">Follow the instructions send to %s</string>
|
||||
|
||||
<string name="ftue_auth_captcha_title">Are you a human?</string>
|
||||
<string name="ftue_auth_login_username_entry">Username / Email / Phone</string>
|
||||
|
||||
<string name="location_map_view_copyright" translatable="false">© MapTiler © OpenStreetMap contributors</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue