From 579f83e1bc9f535e020e183d34153c96ddac1351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:11:34 +0100 Subject: [PATCH] Fix example on website (#3155) --- json/paperless-ngx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/paperless-ngx.json b/json/paperless-ngx.json index e79b38fc4..5c64c7ebf 100644 --- a/json/paperless-ngx.json +++ b/json/paperless-ngx.json @@ -36,7 +36,7 @@ "type": "info" }, { - "text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-ger`).", + "text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`).", "type": "info" } ]