Fix translation string in melcloud (#128363)
* Fix translation strings in melcloud * Fix wrong key reference for "invalid_auth"pull/127444/head^2
parent
f5b55d5eb3
commit
821d9abc56
|
@ -36,7 +36,9 @@
|
|||
"abort": {
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||
"already_configured": "MELCloud integration already configured for this email. Access token has been refreshed.",
|
||||
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
||||
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
|
Loading…
Reference in New Issue