Browse Source

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

DerLinkman 2 years ago
parent
commit
8070db96e9
1 changed files with 1 additions and 1 deletions
  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,
             title: lang.subj,
-            data: 'sender',
+            data: 'subject',
             defaultContent: ''
             defaultContent: ''
           },
           },
           {
           {