Label Kitsu login field as email address instead of username

This commit is contained in:
arkon
2020-03-07 22:19:45 -05:00
parent f0f613e2cf
commit 507471e318
5 changed files with 16 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
android:background="@color/dividerLight" />
<TextView
android:id="@+id/username_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/username" />

View File

@@ -341,6 +341,7 @@
<!-- Login dialog -->
<string name="login_title">Log in to %1$s</string>
<string name="username">Username</string>
<string name="email">Email address</string>
<string name="password">Password</string>
<string name="show_password">Show password</string>
<string name="login">Login</string>