diff --git a/src/cloudron.js b/src/cloudron.js index d4df28c5c..742e0a06e 100644 --- a/src/cloudron.js +++ b/src/cloudron.js @@ -277,7 +277,7 @@ function checkMailStatus(callback) { const erroredDomains = erroredDomainObjects.map((d) => d.domain); debug(`checkMailStatus: ${erroredDomains.join(',')} failed status checks`); - if (erroredDomains.length) notifications.mailStatusWarning(`Email status check of one or more domains failed - ${erroredDomains.join(',')}. See the Status tab in the Email view for more information.`); + if (erroredDomains.length) notifications.mailStatusWarning(`Email status check of the following domain(s) failed - ${erroredDomains.join(',')}. See the Status tab in the [Email view](/#/email/) for more information.`); callback(); });