Replace login text

This commit is contained in:
stom79 2019-02-13 14:52:41 +01:00
parent 8b08c977d9
commit 6af4a0d201
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
android:layout_height="wrap_content"
android:maxLines="1"
android:inputType="textEmailAddress"
android:hint="@string/email"
android:hint="@string/username"
/>
</LinearLayout>
<LinearLayout