update button text for network partition

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

Branch: refs/heads/master
Commit: 36ec6aacb2e9e240b737658f32b4bef780d6a887
Parents: 92772e5
Author: Dakshika Jayathilaka <[email protected]>
Authored: Fri Apr 10 16:59:51 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Apr 17 13:59:58 2015 +0530

----------------------------------------------------------------------
 .../console/configure_form.jag                                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/36ec6aac/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 5813dbd..146d4a3 100644
--- a/components/org.apache.stratos.manager.console/console/configure_form.jag
+++ b/components/org.apache.stratos.manager.console/console/configure_form.jag
@@ -74,8 +74,8 @@ if(isEdit == false && elements.action != 'new') {
     switch (formtype) {
 
         case "partitions":
-            formTitle = "Network Partition Definition",
-                    buttonText = "Network Partition Definition";
+            formTitle = "Network Partition",
+                    buttonText = "Network Partition";
             list_data = util.RESTCalls.getPartitions();
             if (list_data && list_data.length === 0) {
                 list_data = null;

Reply via email to