From 87d7a780e357baa2365e3d548112b734e20b6bbd Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 11 Feb 2024 22:40:47 +0100 Subject: [PATCH] changed the helptext a bit to make it more usefull for novice users --- src/components/notifications/SMTP.vue | 10 ++++++++-- src/lang/en.json | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/SMTP.vue b/src/components/notifications/SMTP.vue index d39c2db8..7c338fbf 100644 --- a/src/components/notifications/SMTP.vue +++ b/src/components/notifications/SMTP.vue @@ -5,8 +5,14 @@ -
{{ $t("HostnameDesc") }}
- + + + +
diff --git a/src/lang/en.json b/src/lang/en.json index 73e0da10..6e040fbe 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -57,7 +57,8 @@ "Friendly Name": "Friendly Name", "URL": "URL", "Hostname": "Hostname", - "HostnameDesc": "Either enter the hostname of the SMTP server you want to use or localhost if you intend to use a locally configured MTA.", + "locally configured mail transfer agent": "locally configured mail transfer agent", + "Either enter the hostname of the server you want to connect to or localhost if you intend to use a locally configured mail transfer agent": "Either enter the hostname of the server you want to connect to or {localhost} if you intend to use a {local_mta}", "Port": "Port", "Heartbeat Interval": "Heartbeat Interval", "Request Timeout": "Request Timeout",