Browse Source

Update core/js/setupchecks.js

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>

Co-authored-by: Simon L. <szaimen@e.mail.de>
tags/v24.0.0beta1
Valdnet 2 years ago
parent
commit
105169433e
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/js/setupchecks.js

+ 2
- 2
core/js/setupchecks.js View File

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

Loading…
Cancel
Save