]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
rename help text
authorphail <phail@hacknology.de>
Mon, 24 Oct 2022 20:15:33 +0000 (22:15 +0200)
committerphail <phail@hacknology.de>
Mon, 24 Oct 2022 20:15:33 +0000 (22:15 +0200)
src/paperless_mail/admin.py

index 76c4f244fed3cfc55d39a1d5d9875e33203d13b4..ce5341e4e64a8efb4182ec48d8f18ea750524c44 100644 (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"),
             },