Skip to content

Commit 30aef28

Browse files
committed
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>
2 parents 122c27b + 9a2f3d9 commit 30aef28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui-custom/zoneWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
var $physicalNetworkItem = $('<div>').addClass('select-container multi');
657657
var $deleteButton = $('<div>').addClass('button remove physical-network')
658658
.attr({
659-
title: 'label.remove.this.physical.network'
659+
title: _l('label.remove.this.physical.network')
660660
})
661661
.append('<span>').addClass('icon').html('&nbsp;');
662662
var $icon = $('<div>').addClass('physical-network-icon');

0 commit comments

Comments
 (0)