From f2d3cc893c6c38cce2c6fccc5f7f1e04f50242ce Mon Sep 17 00:00:00 2001 From: Nitin Kumar Maharana Date: Wed, 3 Feb 2016 00:28:28 +0530 Subject: [PATCH] CLOUDSTACK-9267: String is not localized on create instance wizards. Fixed the hard coded string. Added _l() to dictioanry keys. --- ui/scripts/network.js | 8 ++++---- ui/scripts/ui-custom/instanceWizard.js | 2 +- ui/scripts/ui-custom/projects.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index bb599fd5ec5..0ec275ad9a2 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -6051,7 +6051,7 @@ var items = []; items.push({ id: '', - description: 'label.none' + description: _l('label.none') }); items.push({ id: 'modp1024', @@ -6119,7 +6119,7 @@ var items = []; items.push({ id: '', - description: 'label.none' + description: _l('label.none') }); items.push({ id: 'modp1024', @@ -6400,7 +6400,7 @@ var items = []; items.push({ id: '', - description: 'label.none' + description: _l('label.none') }); items.push({ id: 'modp1024', @@ -6468,7 +6468,7 @@ var items = []; items.push({ id: '', - description: 'label.none' + description: _l('label.none') }); items.push({ id: 'modp1024', diff --git a/ui/scripts/ui-custom/instanceWizard.js b/ui/scripts/ui-custom/instanceWizard.js index 78f781f6b8e..f9f0781597f 100644 --- a/ui/scripts/ui-custom/instanceWizard.js +++ b/ui/scripts/ui-custom/instanceWizard.js @@ -372,7 +372,7 @@ $select.addClass('selected').append( $('
').addClass('hypervisor') - .append($('