Skip to content

Commit 0522d0d

Browse files
committed
CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI
1 parent f78e946 commit 0522d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)