diff --git a/src/paperless_mail/admin.py b/src/paperless_mail/admin.py index 76c4f244f..ce5341e4e 100644 --- a/src/paperless_mail/admin.py +++ b/src/paperless_mail/admin.py @@ -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"), },