diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 79be48ed026..d72659cf6a6 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -23,7 +23,7 @@ // Show ACL dialog if (isDialog) { $acl.dialog({ - title: 'Configure Network ACLs', + title: _l('label.configure.network.ACLs'), dialogClass: 'configure-acl', width: 900, height: 600, @@ -47,10 +47,10 @@ var gateways = args.gateways; var siteToSiteVPN = args.siteToSiteVPN; var links = { - 'ip-addresses': 'IP Addresses', - 'gateways': 'Private Gateway', - 'site-to-site-vpn': 'Site-to-site VPN', - 'network-acls': 'Network ACLs' + 'ip-addresses': _l('label.menu.ipaddresses'), + 'gateways': _l('label.private.Gateway'), + 'site-to-site-vpn': _l('label.site.to.site.VPN'), + 'network-acls': _l('label.network.ACLs') }; var $links = $('