mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix sentence-case and naming of "Security code" in tradfri
(#141440)
This commit is contained in:
parent
18dfd3db88
commit
1cb4332a3c
@ -6,7 +6,7 @@
|
||||
"description": "You can find the security code on the back of your gateway.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"security_code": "Security Code"
|
||||
"security_code": "Security code"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Trådfri gateway."
|
||||
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_security_code": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
|
||||
"invalid_security_code": "Failed to register with provided code. If this keeps happening, try restarting the gateway.",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"timeout": "Timeout validating the code.",
|
||||
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user