Small fixes in setup flow strings, correct sentence-case (#135349)

This commit is contained in:
Norbert Rittel 2025-01-11 10:10:40 +01:00 committed by GitHub
parent 9ef93517e7
commit 22b84450e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,15 +11,15 @@
},
"step": {
"auth": {
"description": "To link your TelldusLive account:\n 1. Click the link below\n 2. Login to Telldus Live\n 3. Authorize **{app_name}** (select **Yes**).\n 4. Come back here and select **Submit**.\n\n [Link TelldusLive account]({auth_url})",
"title": "Authenticate against TelldusLive"
"description": "To link your TelldusLive account:\n1. Open the link below\n1. Log in to Telldus Live\n1. Authorize **{app_name}** (select **Yes**).\n1. Come back here and select **Submit**.\n\n [Link TelldusLive account]({auth_url})",
"title": "Authenticate with TelldusLive"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address to Tellstick Net or Tellstick ZNet for Local API."
"host": "Hostname or IP address to Tellstick Net or Tellstick ZNet for local API."
}
}
}