V8: Use "Email" instead of "Username" on the login screen (#4383)

* Use "Email" instead of "Username" on the login screen when using email as username in config

* Fix placeholder too
This commit is contained in:
Kenn Jacobsen
2019-02-14 15:48:20 +01:00
committed by Sebastiaan Janssen
parent a7afb2784c
commit a8f4cf73d8
5 changed files with 15 additions and 5 deletions

View File

@@ -485,7 +485,7 @@
<key alias="search">Type to search...</key>
<key alias="filter">Type to filter...</key>
<key alias="enterTags">Type to add tags (press enter after each tag)...</key>
<key alias="email">Enter your email...</key>
<key alias="email">Enter your email</key>
<key alias="enterMessage">Enter a message...</key>
<key alias="usernameHint">Your username is usually your email</key>
<key alias="anchor">#value or ?key=value</key>

View File

@@ -488,7 +488,7 @@
<key alias="search">Type to search...</key>
<key alias="filter">Type to filter...</key>
<key alias="enterTags">Type to add tags (press enter after each tag)...</key>
<key alias="email">Enter your email...</key>
<key alias="email">Enter your email</key>
<key alias="enterMessage">Enter a message...</key>
<key alias="usernameHint">Your username is usually your email</key>
<key alias="anchor">#value or ?key=value</key>