CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard

This commit is contained in:
Suresh Kumar Anaparti 2017-01-06 05:18:56 +05:30
parent 122c27b338
commit 9a2f3d95c1
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');