We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21209a0 + bc846b1 commit bc02858Copy full SHA for bc02858
1 file changed
ui/scripts/ui-custom/projectSelect.js
@@ -22,7 +22,7 @@
22
var $projectSelect = $('<select>').append(
23
$('<option>').attr('value', '-1').html(_l('Default view'))
24
);
25
- var $label = $('<label>').html('Project:');
+ var $label = $('<label>').html(_l('label.project'));
26
27
// Get project list
28
cloudStack.projects.dataProvider({
0 commit comments