From 105169433e8432d290873d170c3a28b50dd3de2d Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:17:08 +0100 Subject: Update core/js/setupchecks.js Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Co-authored-by: Simon L. --- core/js/setupchecks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 45dc2a9b714..435dffe518d 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -198,8 +198,8 @@ if (!data.wasEmailTestSuccessful) { messages.push({ msg: t('core', 'You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the "Send email" button below the form to verify your settings.',) - .replace('{mailSettingsStart} ', '') - .replace(' {mailSettingsEnd}', ''), + .replace('{mailSettingsStart}', '') + .replace('{mailSettingsEnd}', ''), type: OC.SetupChecks.MESSAGE_TYPE_INFO }); } -- cgit v1.2.3