Repository: ambari
Updated Branches:
  refs/heads/trunk 2c4c81df3 -> 9bb05eced


AMBARI-9621. "Proceed Anyway" should be changed to "Proceed". (akovalenko)


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

Branch: refs/heads/trunk
Commit: 9bb05ecedfacdf68d97a401925ff276938f0423b
Parents: 2c4c81d
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Fri Feb 13 14:42:37 2015 +0200
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Fri Feb 13 15:51:20 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step4_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9bb05ece/ambari-web/app/controllers/wizard/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step4_controller.js 
b/ambari-web/app/controllers/wizard/step4_controller.js
index 54b755f..3b889f9 100644
--- a/ambari-web/app/controllers/wizard/step4_controller.js
+++ b/ambari-web/app/controllers/wizard/step4_controller.js
@@ -427,7 +427,7 @@ App.WizardStep4Controller = Em.ArrayController.extend({
     return App.ModalPopup.show({
       header: Em.I18n.t('common.warning'),
       body: Em.I18n.t('installer.step4.sparkWarning.popup.body'),
-      primary: Em.I18n.t('common.proceedAnyway'),
+      primary: Em.I18n.t('common.proceed'),
       onPrimary: function () {
         self.onPrimaryPopupCallback();
         this.hide();

Reply via email to