From 40e2c7b9b7b4fbd2a179aaac67997e23d88bb1c2 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 11 May 2025 13:53:21 +0200 Subject: [PATCH] Improve user-facing strings of `plaato` (#144633) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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" --- homeassistant/components/plaato/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/plaato/strings.json b/homeassistant/components/plaato/strings.json index 23568258118..452875fc71d 100644 --- a/homeassistant/components/plaato/strings.json +++ b/homeassistant/components/plaato/strings.json @@ -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": {