From 25b9d92a329c03d0222005419c3263f062dcbf7b Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 7 Jan 2024 10:58:26 -0500 Subject: [PATCH] Remove notice in web ui --- libretranslate/templates/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libretranslate/templates/index.html b/libretranslate/templates/index.html index cbfe4f5..f53f14b 100644 --- a/libretranslate/templates/index.html +++ b/libretranslate/templates/index.html @@ -335,11 +335,6 @@
{{ _h("LibreTranslate") }}

{{ _h("Free and Open Source Machine Translation API") }}

{{ _h("License:") }} AGPLv3

- {% if web_version %} -

- {{ _h("This public API should be used for testing, personal or infrequent use. If you're going to run an application in production, please %(host_server)s or %(get_api_key)s.", host_server='' + _h("host your own server") + '', get_api_key='' + _h("get an API key") + '') }} -

- {% endif %}