Merge pull request #1892 from Accelerite/CLOUDSTACK-9731

CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizardHardcoded label (label.remove.this.physical.network) appears on the Add zone wizard

* pr/1892:
  CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard

Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
This commit is contained in:
Rajani Karuturi 2017-02-08 11:58:22 +05:30
commit 30aef28904
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@
var $physicalNetworkItem = $('<div>').addClass('select-container multi');
var $deleteButton = $('<div>').addClass('button remove physical-network')
.attr({
title: 'label.remove.this.physical.network'
title: _l('label.remove.this.physical.network')
})
.append('<span>').addClass('icon').html('&nbsp;');
var $icon = $('<div>').addClass('physical-network-icon');