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:
committed by
Sebastiaan Janssen
parent
a7afb2784c
commit
a8f4cf73d8
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user