Capitalize "Suez Water" and "ID" in user-facing strings (#139782)

This commit is contained in:
Norbert Rittel 2025-03-04 21:00:51 +01:00 committed by GitHub
parent 3b9bb96784
commit 1456d9d800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,21 +5,21 @@
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"counter_id": "Meter id"
"counter_id": "Meter ID"
},
"data_description": {
"username": "Enter your login associated with your {tout_sur_mon_eau} account",
"password": "Enter your password associated with your {tout_sur_mon_eau} account",
"counter_id": "Enter your meter id (ex: 12345678). Should be found automatically during setup, if not see integration documentation for more information"
"counter_id": "Enter your meter ID (ex: 12345678). Should be found automatically during setup, if not see integration documentation for more information"
},
"description": "Connect your suez water {tout_sur_mon_eau} account to retrieve your water consumption"
"description": "Connect your Suez Water {tout_sur_mon_eau} account to retrieve your water consumption"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"counter_not_found": "Could not find meter id automatically"
"counter_not_found": "Could not find meter ID automatically"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"