From 36239ba09f0ffc6e30cb5014f26e3edc0f7dd862 Mon Sep 17 00:00:00 2001 From: phail Date: Mon, 24 Oct 2022 22:15:33 +0200 Subject: [PATCH] rename help text --- src/paperless_mail/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"), },