From 28a4bfc5596e5d542296272b2bb7d2d59dda4de7 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 10 Dec 2013 16:06:16 -0800 Subject: [PATCH] CLOUDSTACK-5412: UI > Add Secondary Storage > NFS Server field > change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected. --- ui/scripts/system.js | 2 +- ui/scripts/zoneWizard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4a59b182be0..9f14a918c79 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -16461,7 +16461,7 @@ } }, nfsServer: { - label: 'label.nfs.server', + label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected. docID: 'helpSecondaryStorageNFSServer', validation: { required: true diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index ec9431ddb5d..15fb6a73d4b 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -2056,7 +2056,7 @@ //NFS, SMB (begin) nfsServer: { - label: 'label.nfs.server', + label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected. validation: { required: true },