CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI

This commit is contained in:
Milamber 2016-11-27 10:47:25 +00:00
parent f78e946349
commit 0522d0df93
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
var $projectSelect = $('<select>').append(
$('<option>').attr('value', '-1').html(_l('Default view'))
);
var $label = $('<label>').html('Project:');
var $label = $('<label>').html(_l('label.project'));
// Get project list
cloudStack.projects.dataProvider({