Browse Source

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

Aleksandr Kovalenko 10 years ago
parent
commit
9bb05ecedf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/wizard/step4_controller.js

+ 1 - 1
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();