Skip to content

Commit debbefb

Browse files
authored
Fix sentence-case and naming of "Security code" in tradfri
1 parent 18dfd3d commit debbefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/tradfri/strings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"description": "You can find the security code on the back of your gateway.",
77
"data": {
88
"host": "[%key:common::config_flow::data::host%]",
9-
"security_code": "Security Code"
9+
"security_code": "Security code"
1010
},
1111
"data_description": {
1212
"host": "Hostname or IP address of your Trådfri gateway."
1313
}
1414
}
1515
},
1616
"error": {
17-
"invalid_security_code": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
17+
"invalid_security_code": "Failed to register with provided code. If this keeps happening, try restarting the gateway.",
1818
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
1919
"timeout": "Timeout validating the code.",
2020
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"

0 commit comments

Comments
 (0)