mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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.",
|
"description": "You can find the security code on the back of your gateway.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"security_code": "Security Code"
|
"security_code": "Security code"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "Hostname or IP address of your Trådfri gateway."
|
"host": "Hostname or IP address of your Trådfri gateway."
|
||||||
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"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%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"timeout": "Timeout validating the code.",
|
"timeout": "Timeout validating the code.",
|
||||||
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"
|
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user