Repository: cloudstack Updated Branches: refs/heads/4.9 f78e94634 -> bc846b137
CLOUDSTACK-9622 Localisation for 'Project' label on the top of Web UI Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0522d0df Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0522d0df Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0522d0df Branch: refs/heads/4.9 Commit: 0522d0df934e9dea13315735ef5f111ec610b510 Parents: f78e946 Author: Milamber <[email protected]> Authored: Sun Nov 27 10:47:25 2016 +0000 Committer: Milamber <[email protected]> Committed: Sun Nov 27 11:18:49 2016 +0000 ---------------------------------------------------------------------- ui/scripts/ui-custom/projectSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0522d0df/ui/scripts/ui-custom/projectSelect.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/projectSelect.js b/ui/scripts/ui-custom/projectSelect.js index 5cb4449..a5beae0 100644 --- a/ui/scripts/ui-custom/projectSelect.js +++ b/ui/scripts/ui-custom/projectSelect.js @@ -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({
