From 1e19ff9bf0093a6e38e9d1403207e9c971e58847 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 9 Aug 2012 10:34:26 +0530 Subject: [PATCH] CS-15915:InterVlan - UI - Static route - instead of CIDR should say CIDR of destination network --- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 4d7516d9ca5..d2ec14260c9 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -633,7 +633,7 @@ noSelect: true, context: args.context, fields: { - cidr: { edit: true, label: 'label.cidr' }, + cidr: { edit: true, label: 'CIDR of destination networK' }, 'add-rule': { label: 'Add route', addButton: true