瀏覽代碼

[UI] Fixed Wrong Table content in Qurantine (sender instead of subject)

DerLinkman 2 年之前
父節點
當前提交
8070db96e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/web/js/site/quarantine.js

+ 1 - 1
data/web/js/site/quarantine.js

@@ -97,7 +97,7 @@ jQuery(function($){
           },
           {
             title: lang.subj,
-            data: 'sender',
+            data: 'subject',
             defaultContent: ''
           },
           {