diff --git a/src/paperless_mail/migrations/0003_mailrule_stop_processing.py b/src/paperless_mail/migrations/0003_mailrule_stop_processing.py index d995dd643..3310a07fe 100644 --- a/src/paperless_mail/migrations/0003_mailrule_stop_processing.py +++ b/src/paperless_mail/migrations/0003_mailrule_stop_processing.py @@ -15,7 +15,7 @@ class Migration(migrations.Migration): name="stop_processing", field=models.BooleanField( default=False, - help_text="If True, no further rules will be processed after this one if any document is consumed.", + help_text="If True, no further rules will be processed after this one if any document is queued.", verbose_name="Stop processing further rules", ), ),