mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Improve user-facing strings of plaato
(#144633)
- make all references to "auth token" consistent, using sentence-casing - remove "Paste … here" so the description correctly refers to the field name 'Auth token' - make the clickable URL text longer by using "these instructions" instead of just "these" - slightly reword using "If you prefer to …" - add the missing hyphen to "built-in"
This commit is contained in:
parent
d0fe7de501
commit
40e2c7b9b7
@ -11,10 +11,10 @@
|
||||
},
|
||||
"api_method": {
|
||||
"title": "Select API method",
|
||||
"description": "To be able to query the API an `auth_token` is required which can be obtained by following [these](https://plaato.zendesk.com/hc/en-us/articles/360003234717-Auth-token) instructions\n\n Selected device: **{device_type}** \n\nIf you rather use the built in webhook method (Airlock only) please check the box below and leave Auth Token blank",
|
||||
"description": "To be able to query the API an 'auth token' is required which can be obtained by following [these instructions](https://plaato.zendesk.com/hc/en-us/articles/360003234717-Auth-token)\n\n Selected device: **{device_type}** \n\nIf you prefer to use the built-in webhook method (Airlock only) please check the box below and leave 'Auth token' blank",
|
||||
"data": {
|
||||
"use_webhook": "Use webhook",
|
||||
"token": "Paste Auth Token here"
|
||||
"token": "Auth token"
|
||||
}
|
||||
},
|
||||
"webhook": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user