mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix typos and inconsistent spelling of "tedee" brand name (#135305)
- Change "Setup your tedee locks" to "Set up …" - Remove two excessive commas - Change one occurrence of "Tedee" to "tedee".
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "Update of access key required",
|
"title": "Update of access key required",
|
||||||
"description": "Tedee needs an updated access key, because the existing one is invalid, or might have expired.",
|
"description": "Tedee needs an updated access key because the existing one is invalid or might have expired.",
|
||||||
"data": {
|
"data": {
|
||||||
"local_access_token": "[%key:component::tedee::config::step::user::data::local_access_token%]"
|
"local_access_token": "[%key:component::tedee::config::step::user::data::local_access_token%]"
|
||||||
},
|
},
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reconfigure": {
|
"reconfigure": {
|
||||||
"title": "Reconfigure Tedee",
|
"title": "Reconfigure tedee",
|
||||||
"description": "Update the settings of this integration.",
|
"description": "Update the settings of this integration.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
|
Reference in New Issue
Block a user