diff --git a/core/admin/mailu/ui/templates/client.html b/core/admin/mailu/ui/templates/client.html
index cc4517ad..e5d4eab8 100644
--- a/core/admin/mailu/ui/templates/client.html
+++ b/core/admin/mailu/ui/templates/client.html
@@ -17,7 +17,7 @@
{% trans %}TCP port{% endtrans %} |
- {{ "143" if config["TLS_FLAVOR"] == "notls" else "993 (TLS) or 143 (STARTTLS)" }} |
+ {{ "143" if config["TLS_FLAVOR"] == "notls" else "993 (TLS)" }} |
{% trans %}Server name{% endtrans %} |
@@ -42,7 +42,7 @@
{% trans %}TCP port{% endtrans %} |
- {{ "25" if config["TLS_FLAVOR"] == "notls" else "465 (TLS) or 587 (STARTTLS)" }} |
+ {{ "25" if config["TLS_FLAVOR"] == "notls" else "465 (TLS)" }} |
{% trans %}Server name{% endtrans %} |