mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Coinbase API Key Details",
|
||||
"title": "Coinbase API key details",
|
||||
"description": "Please enter the details of your API key as provided by Coinbase.",
|
||||
"data": {
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||
"api_token": "API Secret"
|
||||
"api_token": "API secret"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"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_secret": "API credentials rejected by Coinbase due to an invalid API Secret.",
|
||||
"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.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"abort": {
|
||||
@ -24,7 +24,7 @@
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "Adjust Coinbase Options",
|
||||
"description": "Adjust Coinbase options",
|
||||
"data": {
|
||||
"account_balance_currencies": "Wallet balances to report.",
|
||||
"exchange_rate_currencies": "Exchange rates to report.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user