Skip to content

Commit bc02858

Browse files
committed
Merge branch '4.9'
2 parents 21209a0 + bc846b1 commit bc02858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui-custom/projectSelect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
var $projectSelect = $('<select>').append(
2323
$('<option>').attr('value', '-1').html(_l('Default view'))
2424
);
25-
var $label = $('<label>').html('Project:');
25+
var $label = $('<label>').html(_l('label.project'));
2626

2727
// Get project list
2828
cloudStack.projects.dataProvider({

0 commit comments

Comments
 (0)