mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
l10n: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
2f2538a57a
commit
e172eb09e0
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
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.',)
|
||||
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