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

This commit is contained in:
DerLinkman 2022-12-24 22:25:42 +01:00
parent 55d57c552d
commit 8070db96e9

View File

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