You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by da...@apache.org on 2015/04/30 18:21:50 UTC

stratos git commit: fix minor typo on no cartridge msg

Repository: stratos
Updated Branches:
  refs/heads/master 385eadba2 -> aa4d9d773


fix minor typo on no cartridge msg


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/aa4d9d77
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/aa4d9d77
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/aa4d9d77

Branch: refs/heads/master
Commit: aa4d9d7734b5d6ebda5c598c618d05ab48b0cbe7
Parents: 385eadb
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Thu Apr 30 21:50:58 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Thu Apr 30 21:50:58 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/aa4d9d77/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 d98da9f..7a18854 100644
--- a/components/org.apache.stratos.manager.console/console/configure_form.jag
+++ b/components/org.apache.stratos.manager.console/console/configure_form.jag
@@ -104,7 +104,7 @@ if(isEdit == false && elements.action != 'new') {
 
         case "cartridges":
             formTitle = "Cartridge",
-                    buttonText = "Cartridge";
+                    buttonText = "Cartridge Definition";
             list_data = util.RESTCalls.getCartridges();
             if (list_data && list_data.length === 0) {
                 list_data = null;