Fix missing sentence-casing in wallbox (#148332)

This commit is contained in:
Norbert Rittel 2025-07-07 14:06:13 +02:00 committed by GitHub
parent 15c9ddea78
commit 448d6041e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,14 +3,14 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"station": "Station Serial Number", "station": "Station serial number",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": { "data_description": {
"station": "Serial number of the charger, this value can be found in the Wallbox App or in the Wallbox Portal.", "station": "Serial number of the charger. Can be found in the Wallbox app or in the Wallbox portal.",
"username": "Username for your Wallbox Account.", "username": "Username for your Wallbox account.",
"password": "Password for your Wallbox Account." "password": "Password for your Wallbox account."
} }
}, },
"reauth_confirm": { "reauth_confirm": {
@ -24,7 +24,7 @@
"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%]",
"unknown": "[%key:common::config_flow::error::unknown%]", "unknown": "[%key:common::config_flow::error::unknown%]",
"reauth_invalid": "Re-authentication failed; Serial Number does not match original" "reauth_invalid": "Re-authentication failed; serial number does not match original"
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",