Skip to content

Commit

Permalink
Fix typos and inconsistent spelling of "tedee" brand name (home-assis…
Browse files Browse the repository at this point in the history
…tant#135305)

- Change "Setup your tedee locks" to "Set up …"
- Remove two excessive commas
- Change one occurrence of "Tedee" to "tedee".
  • Loading branch information
NoRi2909 authored Jan 10, 2025
1 parent 6fd4d7a commit 31b45e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/tedee/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Setup your tedee locks",
"title": "Set up your tedee locks",
"data": {
"local_access_token": "Local access token",
"host": "[%key:common::config_flow::data::host%]"
Expand All @@ -14,7 +14,7 @@
},
"reauth_confirm": {
"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": {
"local_access_token": "[%key:component::tedee::config::step::user::data::local_access_token%]"
},
Expand All @@ -23,7 +23,7 @@
}
},
"reconfigure": {
"title": "Reconfigure Tedee",
"title": "Reconfigure tedee",
"description": "Update the settings of this integration.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
Expand Down

0 comments on commit 31b45e6

Please sign in to comment.