mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
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:
parent
b51bb668c6
commit
60268e97d4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Touchline SL Setup Flow",
|
||||
"flow_title": "Touchline SL setup flow",
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Login to Touchline SL",
|
||||
"title": "Log in to Touchline SL",
|
||||
"description": "Your credentials for the Roth Touchline SL mobile app/web service",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user