From 5edd69a60a8c6dd65a3ac97e836b7d08e3b1064c Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 19 Jan 2026 22:34:25 +0100 Subject: [PATCH] LanguageTool: update json --- frontend/public/json/languagetool.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/languagetool.json b/frontend/public/json/languagetool.json index 5d1c99b6f..03bb66f64 100644 --- a/frontend/public/json/languagetool.json +++ b/frontend/public/json/languagetool.json @@ -33,7 +33,11 @@ }, "notes": [ { - "text": "API is available at http://:8081/v2", + "text": "API is available at `http://:8081/v2`.", + "type": "info" + }, + { + "text": "Application doesn't come with n-gram data. If you wish to use that feature, please look at `https://dev.languagetool.org/finding-errors-using-n-gram-data.html`.", "type": "info" } ]