Fix translation issue during integration setup

Not working link causes strange dialog display during integration configuration phase.
This commit is contained in:
Fuempel 2022-06-19 17:06:54 +02:00 committed by GitHub
parent 9c021a5226
commit 73589d9268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@
"data": { "data": {
"email": "E-Mailaddresse" "email": "E-Mailaddresse"
}, },
"description": "Um einen Authentifizierungscode per E-Mail zu erhalten, gib die E-Mailadresse deines Vorwerk-Accounts ein.\n\nSiehe [Vorwerk-Dokumentation]({docs_url})." "description": "Um einen Authentifizierungscode per E-Mail zu erhalten, gib die E-Mailadresse deines Vorwerk-Accounts ein."
}, },
"code": { "code": {
"title": "Vorwerk Account Info", "title": "Vorwerk Account Info",
"data": { "data": {
"code": "Code" "code": "Code"
}, },
"description": "Gib den per E-Mail erhaltenen Code ein.\n\nSee [Vorwerk documentation]({docs_url})." "description": "Gib den per E-Mail erhaltenen Code ein."
} }
}, },
"error": { "error": {

View File

@ -6,14 +6,14 @@
"data": { "data": {
"email": "Email" "email": "Email"
}, },
"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."
}, },
"code": { "code": {
"title": "Vorwerk Account Info", "title": "Vorwerk Account Info",
"data": { "data": {
"code": "Code" "code": "Code"
}, },
"description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})." "description": "Enter the code you received by email."
} }
}, },
"error": { "error": {