Fix sentence-casing and spelling in touchline_sl (#142644)

- use sentence-casing for "setup flow"
- replace "Login to … " with the verb "Log in to …"
This commit is contained in:
Norbert Rittel 2025-04-10 09:34:21 +02:00 committed by GitHub
parent b51bb668c6
commit 60268e97d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"config": { "config": {
"flow_title": "Touchline SL Setup Flow", "flow_title": "Touchline SL setup flow",
"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%]",
@ -8,7 +8,7 @@
}, },
"step": { "step": {
"user": { "user": {
"title": "Login to Touchline SL", "title": "Log in to Touchline SL",
"description": "Your credentials for the Roth Touchline SL mobile app/web service", "description": "Your credentials for the Roth Touchline SL mobile app/web service",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",