mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 05:47:57 +01:00
Label Kitsu login field as email address instead of username
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user