Browse Source

[Web] Added hint where api docs can be found (#3335)

Timo N 5 years ago
parent
commit
c7f932c587
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/web/lang/lang.de.json
  2. 1 1
      data/web/lang/lang.en.json

+ 1 - 1
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 <a href=\"/api\">/api</a> abgerufen werden.",
         "guid_and_license": "GUID & Lizenz",
         "guid": "GUID - Eindeutige Instanz-ID",
         "license_info": "Eine Lizenz ist nicht erforderlich, hilft jedoch der Entwicklung mailcows.<br><a href=\"https://www.servercow.de/mailcow#sal\" target=\"_blank\" alt=\"SAL Bestellung\">Hier kann die mailcow GUID registriert werden.</a> Alternativ ist <a href=\"https://www.servercow.de/mailcow#support\" target=\"_blank\" alt=\"SAL Bestellung\">die Bestellung von Support-Paketen möglich</a>.",

+ 1 - 1
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 <a href=\"/api\">/api</a>",
         "guid_and_license": "GUID & License",
         "guid": "GUID - unique instance ID",
         "license_info": "A license is not required but helps further development.<br><a href=\"https://www.servercow.de/mailcow?lang=en#sal\" target=\"_blank\" alt=\"SAL order\">Register your GUID here</a> or <a href=\"https://www.servercow.de/mailcow?lang=en#support\" target=\"_blank\" alt=\"Support order\">buy support for your mailcow installation.</a>",