rename help text

This commit is contained in:
phail 2022-10-24 22:15:33 +02:00
parent 318c1d2fbd
commit 36239ba09f

View File

@ -66,8 +66,8 @@ class MailRuleAdmin(admin.ModelAdmin):
{
"description": _(
"The action applied to the mail. This action is only "
"performed when documents were consumed from the mail. "
"Mails without attachments will remain entirely untouched.",
"performed when the mail body or attachments were "
"consumed from the mail.",
),
"fields": ("action", "action_parameter"),
},