diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 363bd33af84..dfa3f34d296 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -111,8 +111,8 @@ }); } }, - 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'}, - 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'}, + 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'}, + 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'}, 'traffictype' : { label: 'Traffic type', select: function(args) {