From ce1e2872c298a5e3fa09f25f96ad62140e8732da Mon Sep 17 00:00:00 2001 From: Suresh Manikonda Date: Fri, 10 Jul 2026 10:40:47 -0400 Subject: [PATCH] Fixing missing label name for ACL name on Guest Networks page Fixing missing label name for ACL name on Guest Networks page --- 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 4f450e940fc0..8764959c5ead 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -44,6 +44,7 @@ "label.accounttype": "Account type", "label.acl.export": "Export ACL rules", "label.acl.id": "ACL ID", +"label.aclname": "ACL name", "label.acl.rules": "ACL rules", "label.acl.reason.description": "Enter the reason behind an ACL rule.", "label.aclid": "ACL",