Fix Tuya reauth_successful translation string (#109659)

This commit is contained in:
Franck Nijhof 2024-02-04 23:21:18 +01:00 committed by GitHub
parent 0b3ed92a6e
commit 945aff6050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,9 @@
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"login_error": "Login error ({code}): {msg}",
"login_error": "Login error ({code}): {msg}"
},
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},