diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 5976f3b701c..fdeed4897d0 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -197,9 +197,9 @@
}
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}', ''),
+ 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}', ''),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
});
}