mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove spaces around link
See https://github.com/nextcloud/server/pull/31003 Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
0ae51b96a3
commit
4ee3d5ef80
1 changed files with 3 additions and 3 deletions
|
|
@ -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} ', '<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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue