diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-02-04 09:55:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 09:55:36 +0100 |
commit | e172eb09e046b9167a6f5c8a08dd34f0fd5e49b4 (patch) | |
tree | b4ca144f2c07ffb9b3b087a7c1b0732ae9251983 /core/js/setupchecks.js | |
parent | 2f2538a57a1bb9aa07de439b41cca64e937f5e56 (diff) | |
download | nextcloud-server-e172eb09e046b9167a6f5c8a08dd34f0fd5e49b4.tar.gz nextcloud-server-e172eb09e046b9167a6f5c8a08dd34f0fd5e49b4.zip |
l10n: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/js/setupchecks.js')
-rw-r--r-- | core/js/setupchecks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 94bf4d5403c..45dc2a9b714 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -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 |