mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix typo in deprecation log message
This commit is contained in:
		| @@ -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.", | ||||
|                 ), | ||||
|             ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brandon Rothweiler
					Brandon Rothweiler