mail: remove duration in message

This commit is contained in:
Girish Ramakrishnan
2025-05-15 13:25:37 +02:00
parent 87fd1a5f38
commit ee0ac7cbed

View File

@@ -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 };
}