瀏覽代碼

AMBARI-5669. Alternatives issues has error message (missing translation). (xiwang via yusaku)

Yusaku Sako 11 年之前
父節點
當前提交
1dce49a7b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/views/wizard/step3/hostWarningPopupBody_view.js

+ 1 - 1
ambari-web/app/views/wizard/step3/hostWarningPopupBody_view.js

@@ -237,7 +237,7 @@ App.WizardStep3HostWarningPopupBody = Em.View.extend({
         title: Em.I18n.t('installer.step3.hostWarningsPopup.alternatives'),
         message: Em.I18n.t('installer.step3.hostWarningsPopup.alternatives.message'),
         type: Em.I18n.t('installer.step3.hostWarningsPopup.alternatives.umask'),
-        emptyName: Em.I18n.t('installer.step3.hostWarningsPopup.alternatives.emptyinstaller.step3.hostWarningsPopup.alternatives.empty'),
+        emptyName: Em.I18n.t('installer.step3.hostWarningsPopup.alternatives.empty'),
         action: Em.I18n.t('installer.step3.hostWarningsPopup.action.exists'),
         category: 'alternatives',
         isCollapsed: true