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",