From 5bac24c087c5f6afbfd454303fccad0b4bc95d90 Mon Sep 17 00:00:00 2001 From: Mihaela Stoica Date: Mon, 3 Nov 2014 16:07:05 +0000 Subject: [PATCH] CLOUDSTACK-7831: Fixed unlocalized string on Advanced Network -> Network tab --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index aaf6ee86f98..4aefaf8490b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1530,7 +1530,7 @@ label: 'label.ipv4.cidr' }, ip6cidr: { - label: 'label.ipv6.cidr' + label: 'label.ipv6.CIDR' } //scope: { label: 'label.scope' } },