From 8070db96e9d752be0c0e2b6574a840d219a2a1be Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Sat, 24 Dec 2022 22:25:42 +0100 Subject: [PATCH] [UI] Fixed Wrong Table content in Qurantine (sender instead of subject) --- data/web/js/site/quarantine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/quarantine.js b/data/web/js/site/quarantine.js index d838b0fb..34531b0d 100644 --- a/data/web/js/site/quarantine.js +++ b/data/web/js/site/quarantine.js @@ -97,7 +97,7 @@ jQuery(function($){ }, { title: lang.subj, - data: 'sender', + data: 'subject', defaultContent: '' }, {