mail: remove duration in message
This commit is contained in:
@@ -665,7 +665,7 @@ async function checkConfiguration() {
|
||||
markdownMessage += '\n\n';
|
||||
});
|
||||
|
||||
if (markdownMessage) markdownMessage += 'Email Status is checked every 30 minutes.\n See the [troubleshooting docs](https://docs.cloudron.io/troubleshooting/#mail-dns) for more information.\n';
|
||||
if (markdownMessage) markdownMessage += 'See [troubleshooting docs](https://docs.cloudron.io/troubleshooting/#mail-dns) for more information.\n';
|
||||
|
||||
return { status: markdownMessage === '', message: markdownMessage };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user