From 7536516e41636c9ae77ddda89c4f9827bfe55ba5 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Date: Mon, 26 Jan 2026 18:12:43 +0530 Subject: [PATCH] add missing label text for label.aclname (#12511) --- ui/public/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 64437a4d07c..8bb7dba9bf5 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -47,6 +47,7 @@ "label.acl.rules": "ACL rules", "label.acl.reason.description": "Enter the reason behind an ACL rule.", "label.aclid": "ACL", +"label.aclname": "ACL name", "label.acl.rule.name": "ACL rule name", "label.acquire.new.ip": "Acquire new IP", "label.acquire.new.secondary.ip": "Acquire new secondary IP",