Add email as common data string (#35546)

This commit is contained in:
Paulus Schoutsen
2020-05-12 09:08:07 -07:00
committed by GitHub
parent 68179e2672
commit befda9a78b
11 changed files with 34 additions and 32 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
"step": {
"user": {
"title": "Enter Username and Password",
"data": { "username": "Email Address", "password": "Password" }
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "Password"
}
}
},
"error": { "invalid_login": "Invalid username or password" },