]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove spaces around link 30998/head
authorszaimen <szaimen@e.mail.de>
Fri, 4 Feb 2022 09:16:29 +0000 (10:16 +0100)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Tue, 15 Feb 2022 22:56:47 +0000 (22:56 +0000)
See https://github.com/nextcloud/server/pull/31003

Signed-off-by: szaimen <szaimen@e.mail.de>
core/js/setupchecks.js

index 5976f3b701c10326194695cba050c1bae24f81ad..fdeed4897d091585e8393d391afc8aabf9a5802b 100644 (file)
                                        }
                                        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} ', '<a href="' + OC.generateUrl('/settings/admin') + '">')
-                                                       .replace(' {mailSettingsEnd}', '</a>'),
+                                                       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}', '<a href="' + OC.generateUrl('/settings/admin') + '">')
+                                                       .replace('{mailSettingsEnd}', '</a>'),
                                                        type: OC.SetupChecks.MESSAGE_TYPE_INFO
                                                });
                                        }