mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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":
|
||||
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.",
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user