Repository: stratos Updated Branches: refs/heads/master 53dc606ec -> fc0f20ab3
fix typo Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/fc0f20ab Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/fc0f20ab Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/fc0f20ab Branch: refs/heads/master Commit: fc0f20ab30d03d85fe695d1e380f42924818574c Parents: 53dc606 Author: Dakshika Jayathilaka <[email protected]> Authored: Wed May 27 18:19:14 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Wed May 27 18:19:14 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.manager.console/console/configure_form.jag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/fc0f20ab/components/org.apache.stratos.manager.console/console/configure_form.jag ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/configure_form.jag b/components/org.apache.stratos.manager.console/console/configure_form.jag index df0c9f9..e1fc2bb 100644 --- a/components/org.apache.stratos.manager.console/console/configure_form.jag +++ b/components/org.apache.stratos.manager.console/console/configure_form.jag @@ -139,7 +139,7 @@ if(isEdit == false && elements.action != 'new') { break; case "application-policies": - formTitle = "Application Policy", + formTitle = "Application Policie", buttonText = "Application Policy"; list_data = util.RESTCalls.getApplicationPolicies(); if (list_data.status == 'error') {
