Skip to content

Commit ee5cc19

Browse files
committed
updating login copy
1 parent 677818a commit ee5cc19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
style="@style/Widget.Vector.TextInputLayout.Username"
141141
android:layout_width="0dp"
142142
android:layout_height="wrap_content"
143-
android:hint="@string/username"
143+
android:hint="@string/ftue_auth_login_username_entry"
144144
app:layout_constraintBottom_toTopOf="@id/entrySpacing"
145145
app:layout_constraintEnd_toEndOf="@id/loginGutterEnd"
146146
app:layout_constraintStart_toStartOf="@id/loginGutterStart"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<string name="ftue_auth_password_reset_email_confirmation_subtitle">Follow the instructions send to %s</string>
6868

6969
<string name="ftue_auth_captcha_title">Are you a human?</string>
70+
<string name="ftue_auth_login_username_entry">Username / Email / Phone</string>
7071

7172
<string name="location_map_view_copyright" translatable="false">© MapTiler © OpenStreetMap contributors</string>
7273
</resources>

0 commit comments

Comments
 (0)