mirror of https://github.com/apache/cloudstack.git
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:  With this PR:  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>
This commit is contained in:
commit
bc846b1373
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue