Repository: stratos Updated Branches: refs/heads/master 146591269 -> 9062fc83f
UI - "Auto-scaling" to "Autoscaling" Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9062fc83 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9062fc83 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9062fc83 Branch: refs/heads/master Commit: 9062fc83f59756ed0cf05a5515c83a98e43f5a52 Parents: 1465912 Author: Chamila de Alwis <[email protected]> Authored: Tue May 19 19:47:59 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Tue May 19 19:48:30 2015 +0530 ---------------------------------------------------------------------- .../console/controllers/menu/menu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9062fc83/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json b/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json index 64c29f8..4604256 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json +++ b/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json @@ -22,7 +22,7 @@ "link": "configure/autoscalingpolicies/", "linkexternal": false, "context": "/configure", - "title": "Auto-scaling Policies", + "title": "Autoscaling Policies", "icon": "fa-expand", "permissionPaths": ["/permission", "/permission/admin", "/permission/admin/manage/view/autoscalingpolicy"], "description": "Manage policies which specify autoscaling threshold values."
