fix jira [STRATOS-1199]
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/3deb614c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/3deb614c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/3deb614c Branch: refs/heads/master-deployment-policy-fix-merge Commit: 3deb614c6a4797bfb6d1f7b7ce280385e8d1a92f Parents: 257be0e Author: Dakshika Jayathilaka <[email protected]> Authored: Fri Mar 13 07:05:03 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Sat Mar 14 05:18:29 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/js/custom/applications-editor.js | 2 +- .../console/themes/theme0/partials/applications_editor.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/3deb614c/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js index 2e93aeb..72d959d 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js @@ -708,7 +708,7 @@ $(document).ready(function(){ } }) .always(function () { - btn.html('Deploy Application Definition'); + btn.html('Add New Application Definition'); }); }); http://git-wip-us.apache.org/repos/asf/stratos/blob/3deb614c/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_editor.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_editor.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_editor.hbs index 7fbaca5..77025e3 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_editor.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_editor.hbs @@ -14,7 +14,7 @@ </div> <div class='col-md-7'> - <button class='btn btn-info btn-lg pull-right' type='button' id='deploy' data-form='{{formContext}}'> Deploy {{formTitle}}</button> + <button class='btn btn-info btn-lg pull-right' type='button' id='deploy' data-form='{{formContext}}'> Add New {{formTitle}}</button> <button class='btn btn-default btn-lg pull-right button-gap' type='button' onclick='window.location.replace(document.referrer)'> Cancel</button> </div>
