mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
Fix typo in deprecation log message
This commit is contained in:
parent
ca412e0184
commit
20891a370b
@ -133,8 +133,8 @@ def settings_values_check(app_configs, **kwargs):
|
|||||||
if settings.OCR_MODE == "skip_noarchive":
|
if settings.OCR_MODE == "skip_noarchive":
|
||||||
msgs.append(
|
msgs.append(
|
||||||
Warning(
|
Warning(
|
||||||
'OCR output mode "skip_noarchive" is deprecated and will be'
|
'OCR output mode "skip_noarchive" is deprecated and will be '
|
||||||
"removed in a future version. Please use"
|
"removed in a future version. Please use "
|
||||||
"PAPERLESS_OCR_SKIP_ARCHIVE_FILE instead.",
|
"PAPERLESS_OCR_SKIP_ARCHIVE_FILE instead.",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user