From 882e79524bc75d970a68fc2b628de718fca3acfa Mon Sep 17 00:00:00 2001 From: Marc Randolph Date: Sun, 2 Jan 2022 10:32:12 -0600 Subject: [PATCH] Spelling fix ('a NFC tag' to 'an NFC tag') (#11073) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index d2155fe09c..3a6d224254 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -972,7 +972,7 @@ }, "tags": { "title": "Tags", - "description": "Trigger automations when a NFC tag, QR code, etc. is scanned" + "description": "Trigger automations when an NFC tag, QR code, etc. is scanned" }, "people": { "title": "People & Zones", @@ -1037,7 +1037,7 @@ }, "tag": { "caption": "Tags", - "description": "Trigger automations when a NFC tag, QR code, etc. is scanned", + "description": "Trigger automations when an NFC tag, QR code, etc. is scanned", "learn_more": "Learn more about tags", "no_tags": "No tags", "add_tag": "Add tag",