浏览代码

AMBARI-6474. Error during host-component restart is rendered in title font. (Max Shepel via akovalenko)

Aleksandr Kovalenko 11 年之前
父节点
当前提交
64a6c03239
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/utils/ajax/ajax.js

+ 1 - 1
ambari-web/app/utils/ajax/ajax.js

@@ -1865,7 +1865,7 @@ var ajax = Em.Object.extend({
     var statusCode = jqXHR.status + " status code";
     if (jqXHR.status === showStatus && !this.modalPopup) {
       this.modalPopup = App.ModalPopup.show({
-        header: jqXHR.statusText,
+        header: Em.I18n.t('common.error'),
         secondary: false,
         onPrimary: function () {
           this.hide();