From 9f43a7a17b883603310a33e38b9002b66f18c029 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 20 Dec 2024 15:17:47 +0100 Subject: [PATCH] Fix inconsistent spelling of "PIN" and "ID" (#133653) * Fix inconsistent spelling of "PIN" and "ID" Several actions contain an inconsistent spelling of "PIN" and "ID" with lowercase characters. Especially to avoid (automated) mistranslations as (connection) pin etc. this needs to be corrected. * Fix lowercase "blink" as well Additional commit to fix the wrong spelling of "blink" along the way. --- homeassistant/components/blink/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/blink/strings.json b/homeassistant/components/blink/strings.json index 6e2384e5d5b..74f8ae1cb28 100644 --- a/homeassistant/components/blink/strings.json +++ b/homeassistant/components/blink/strings.json @@ -84,16 +84,16 @@ } }, "send_pin": { - "name": "Send pin", - "description": "Sends a new PIN to blink for 2FA.", + "name": "Send PIN", + "description": "Sends a new PIN to Blink for 2FA.", "fields": { "pin": { - "name": "Pin", - "description": "PIN received from blink. Leave empty if you only received a verification email." + "name": "PIN", + "description": "PIN received from Blink. Leave empty if you only received a verification email." }, "config_entry_id": { "name": "Integration ID", - "description": "The Blink Integration id." + "description": "The Blink Integration ID." } } }