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 %}