Fix sentence-casing in user-facing strings of Coinbase integration (#137586)

This commit is contained in:
Norbert Rittel 2025-02-06 19:25:02 +01:00 committed by GitHub
parent b6d9e4f1b1
commit ec587e60e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.",