Skip to content

Commit

Permalink
Fix spelling of "ID" in hyperion user strings (home-assistant#136082)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Jan 20, 2025
1 parent 3342904 commit ea82c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/hyperion/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"create_token": {
"description": "Choose **Submit** below to request a new authentication token. You will be redirected to the Hyperion UI to approve the request. Please verify the shown id is \"{auth_id}\"",
"description": "Choose **Submit** below to request a new authentication token. You will be redirected to the Hyperion UI to approve the request. Please verify the shown ID is \"{auth_id}\"",
"title": "Automatically create new authentication token"
},
"create_token_external": {
Expand All @@ -40,7 +40,7 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"auth_new_token_not_granted_error": "Newly created token was not approved on Hyperion UI",
"auth_new_token_not_work_error": "Failed to authenticate using newly created token",
"no_id": "The Hyperion Ambilight instance did not report its id",
"no_id": "The Hyperion Ambilight instance did not report its ID",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
Expand Down

0 comments on commit ea82c49

Please sign in to comment.