add missing string in string.json
This commit is contained in:
parent
24678b8e80
commit
5b7aa7f0a8
@ -4,10 +4,16 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Vorwerk Account Info",
|
"title": "Vorwerk Account Info",
|
||||||
"data": {
|
"data": {
|
||||||
"email": "[%key:common::config_flow::data::email%]",
|
"email": "[%key:common::config_flow::data::email%]"
|
||||||
"code": "Code"
|
|
||||||
},
|
},
|
||||||
"description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
|
"description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
|
||||||
|
},
|
||||||
|
"code": {
|
||||||
|
"title": "Vorwerk Account Info",
|
||||||
|
"data": {
|
||||||
|
"code": "Code"
|
||||||
|
},
|
||||||
|
"description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
Loading…
Reference in New Issue
Block a user