mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix sentence-casing in user-facing strings of Coinbase integration (#137586)
This commit is contained in:
parent
b6d9e4f1b1
commit
ec587e60e3
@ -2,19 +2,19 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Coinbase API Key Details",
|
"title": "Coinbase API key details",
|
||||||
"description": "Please enter the details of your API key as provided by Coinbase.",
|
"description": "Please enter the details of your API key as provided by Coinbase.",
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||||
"api_token": "API Secret"
|
"api_token": "API secret"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
"invalid_auth_key": "API credentials rejected by Coinbase due to an invalid API Key.",
|
"invalid_auth_key": "API credentials rejected by Coinbase due to an invalid API key.",
|
||||||
"invalid_auth_secret": "API credentials rejected by Coinbase due to an invalid API Secret.",
|
"invalid_auth_secret": "API credentials rejected by Coinbase due to an invalid API secret.",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"description": "Adjust Coinbase Options",
|
"description": "Adjust Coinbase options",
|
||||||
"data": {
|
"data": {
|
||||||
"account_balance_currencies": "Wallet balances to report.",
|
"account_balance_currencies": "Wallet balances to report.",
|
||||||
"exchange_rate_currencies": "Exchange rates to report.",
|
"exchange_rate_currencies": "Exchange rates to report.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user