feat: add blacklist description text

This commit is contained in:
eoao
2026-05-08 23:44:22 +08:00
parent 24f271a1ed
commit 8bf9adbd13
3 changed files with 11 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ const en = {
blackSubjectDesc: 'Subject',
blackContentDesc: 'Content',
blackFromDesc: 'Sender or domain',
blackListDesc: 'Reject emails containing the following information',
setSuccess: 'Settings saved successfully',
details: 'Details',
userDetails: 'User Details',

View File

@@ -315,6 +315,7 @@ const zh = {
blackSubjectDesc: '邮件标题',
blackContentDesc: '邮件内容',
blackFromDesc: '发件人邮箱或域名',
blackListDesc: '拒收包含以下信息的邮件',
setSuccess: '设置成功',
details: '详情',
userDetails: '用户详情',