From edbede0b58686c834ec413ba5cf70d86df45d326 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 20 Oct 2025 06:04:41 +0200 Subject: [PATCH] [mirotalksfu] - update message --- app/src/Server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Server.js b/app/src/Server.js index 315f6d61..e1f23956 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -2544,7 +2544,7 @@ function startServer() { if (config.integrations?.email?.notify !== true) { const message = - 'The email notification has been disabled. Please contact the administrator for further information.'; + 'Email notifications are disabled by the admin. Enable this feature in your self-hosted instance for full functionality.'; log.debug(message); return cb({ error: message }); }