add missing string in string.json

This commit is contained in:
Michael Graf 2021-03-20 16:14:40 +01:00
parent 24678b8e80
commit 5b7aa7f0a8

View File

@ -4,10 +4,16 @@
"user": {
"title": "Vorwerk Account Info",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"code": "Code"
"email": "[%key:common::config_flow::data::email%]"
},
"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": {