From 95231554d55cb34d0f57ac4ce5afeb60402a9c25 Mon Sep 17 00:00:00 2001 From: Steve Repsher Date: Tue, 9 Aug 2022 11:01:51 -0400 Subject: [PATCH] Add missing key for required tag name --- src/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations/en.json b/src/translations/en.json index a1d347c50f..88bb50cfaa 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1342,6 +1342,7 @@ "update": "Update", "create": "Create", "create_and_write": "Create and Write", + "required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]", "usage": "A tag can trigger an automation when scanned, you can use NFC tags, QR codes or any other kind of tag. Use our {companion_link} to write this tag to a programmable NFC tag or create a QR code below.", "companion_apps": "companion apps" }