Skip to content

Commit bc846b1

Browse files
committed
Merge pull request #1791 from milamberspace/CLOUDSTACK-9622_Fix_Project_Not_L10N
CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI[Base 4.9, forward to 4.10 too] The label Project isn't localized. Sample with chinese UI: Current: ![selection_457](https://cloud.githubusercontent.com/assets/3995882/20648086/56e54cfe-b495-11e6-9e78-3590a24302d1.png) With this PR: ![selection_456](https://cloud.githubusercontent.com/assets/3995882/20648088/6090960a-b495-11e6-9dc0-eb24e16dcdc6.png) cc @rhtyd * pr/1791: CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2 parents f78e946 + 0522d0d commit bc846b1

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)