mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix spelling of "API" and use consistent term "API token" (#135795)
This commit is contained in:
parent
46c5591336
commit
a3d24f2472
@ -5,7 +5,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"api_token": "[%key:common::config_flow::data::api_token%]"
|
"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"
|
"title": "Authentication"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
"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": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user