Fix translation string in tplink (#128352)
This commit is contained in:
parent
1a0c3a49b9
commit
1f7cc5f5ec
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@
|
|||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
|
|
Loading…
Add table
Reference in a new issue