From c7f932c5875ae3ec4a797d9d2ae382bcaeebd671 Mon Sep 17 00:00:00 2001 From: Timo N Date: Sun, 16 Feb 2020 18:49:46 +0100 Subject: [PATCH] [Web] Added hint where api docs can be found (#3335) --- data/web/lang/lang.de.json | 2 +- data/web/lang/lang.en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/lang/lang.de.json b/data/web/lang/lang.de.json index 56bc5791..1f69cfae 100644 --- a/data/web/lang/lang.de.json +++ b/data/web/lang/lang.de.json @@ -488,7 +488,7 @@ "text": "Text", "activate_send": "Senden-Button freischalten", "send": "Senden", - "api_info": "Das API befindet sich noch in Entwicklung, eine Dokumentation ist ausstehend.", + "api_info": "Das API befindet sich noch in Entwicklung, die Dokumentation kann unter /api abgerufen werden.", "guid_and_license": "GUID & Lizenz", "guid": "GUID - Eindeutige Instanz-ID", "license_info": "Eine Lizenz ist nicht erforderlich, hilft jedoch der Entwicklung mailcows.
Hier kann die mailcow GUID registriert werden. Alternativ ist die Bestellung von Support-Paketen möglich.", diff --git a/data/web/lang/lang.en.json b/data/web/lang/lang.en.json index e9316b17..4db73e8c 100644 --- a/data/web/lang/lang.en.json +++ b/data/web/lang/lang.en.json @@ -500,7 +500,7 @@ "text": "Text", "activate_send": "Activate send button", "send": "Send", - "api_info": "The API is a work in progress.", + "api_info": "The API is a work in progress. The documentation can be found at /api", "guid_and_license": "GUID & License", "guid": "GUID - unique instance ID", "license_info": "A license is not required but helps further development.
Register your GUID here or buy support for your mailcow installation.",