l10n: Add dots

This commit is contained in:
Valdnet 2020-09-19 23:45:03 +02:00 committed by GitHub
parent 5e24656c25
commit da6edd9098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,9 +90,9 @@ export default {
},
emptyContentMessage() {
if (this.state === 'no-token') {
return t('integration_moodle', 'No Moodle account connected')
return t('integration_moodle', 'No Moodle account connected.')
} else if (this.state === 'error') {
return t('integration_moodle', 'Error connecting to Moodle')
return t('integration_moodle', 'Error connecting to Moodle.')
} else if (this.state === 'ok') {
return t('integration_moodle', 'No Moodle notifications!')
}