Revert "l10n: Add dots"

This reverts commit 127e9d19a5.
This commit is contained in:
Julien Veyssier 2020-09-21 14:34:56 +02:00
parent 26c8b672a8
commit 6d58a08904
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

@ -151,7 +151,7 @@ export default {
}) })
.catch((error) => { .catch((error) => {
showError( showError(
t('integration_moodle', 'Failed to save Moodle options.') t('integration_moodle', 'Failed to save Moodle options')
+ ': ' + error.response.request.responseText + ': ' + error.response.request.responseText
) )
}) })
@ -178,7 +178,7 @@ export default {
errorText = ': ' + jsonError.error errorText = ': ' + jsonError.error
} }
showError( showError(
t('integration_moodle', 'Failed to authenticate to Moodle.') t('integration_moodle', 'Failed to authenticate to Moodle')
+ errorText + errorText
) )
}) })