From 699cb033086ed9026dc8ebe8e29700eac76cd457 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 28 Feb 2013 02:25:31 +0530 Subject: [PATCH] CLOUDSTACK-1432:Inconsistent field names in the cluster dialog box --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3d996129280..176b61ceaeb 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7317,7 +7317,7 @@ title: 'label.add.cluster', fields: { zoneid: { - label: 'Zone', + label: 'Zone Name', docID: 'helpClusterZone', validation: { required: true }, select: function(args) { @@ -7412,7 +7412,7 @@ } }, podId: { - label: 'label.pod', + label: 'Pod Name', docID: 'helpClusterPod', dependsOn: 'zoneid', select: function(args) {