Fix typo in ISY994 re-authentication dialog (#72497)

This commit is contained in:
Philip Allgaier 2022-05-25 20:29:42 +02:00 committed by GitHub
parent fe3fa0ae17
commit f166fc009a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"title": "Connect to your ISY" "title": "Connect to your ISY"
}, },
"reauth_confirm": { "reauth_confirm": {
"description": "The credentials for {host} is no longer valid.", "description": "The credentials for {host} are no longer valid.",
"title": "Reauthenticate your ISY", "title": "Reauthenticate your ISY",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",

View File

@ -17,7 +17,7 @@
"password": "Password", "password": "Password",
"username": "Username" "username": "Username"
}, },
"description": "The credentials for {host} is no longer valid.", "description": "The credentials for {host} are no longer valid.",
"title": "Reauthenticate your ISY" "title": "Reauthenticate your ISY"
}, },
"user": { "user": {