Fix Tuya reauth_successful translation string (#109659)

pull/109883/head
Franck Nijhof 2024-02-04 23:21:18 +01:00
parent 3934524d4a
commit 4d7c96205d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
}, },
"error": { "error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "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%]" "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
} }
}, },