Skip to content

Commit

Permalink
Fix spelling of "API" and use consistent term "API token" (home-assis…
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Jan 16, 2025
1 parent 46c5591 commit a3d24f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/blue_current/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"description": "Enter your Blue Current api token",
"description": "Enter your Blue Current API token",
"title": "Authentication"
}
},
Expand All @@ -19,7 +19,7 @@
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"wrong_account": "Wrong account: Please authenticate with the api key for {email}."
"wrong_account": "Wrong account: Please authenticate with the API token for {email}."
}
},
"entity": {
Expand Down

0 comments on commit a3d24f2

Please sign in to comment.