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" } ]