Fix typo in deprecation log message

This commit is contained in:
Brandon Rothweiler 2023-02-23 22:52:31 -05:00
parent ca412e0184
commit 20891a370b

View File

@ -133,8 +133,8 @@ def settings_values_check(app_configs, **kwargs):
if settings.OCR_MODE == "skip_noarchive":
msgs.append(
Warning(
'OCR output mode "skip_noarchive" is deprecated and will be'
"removed in a future version. Please use"
'OCR output mode "skip_noarchive" is deprecated and will be '
"removed in a future version. Please use "
"PAPERLESS_OCR_SKIP_ARCHIVE_FILE instead.",
),
)