mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
l10n: Add dots
This commit is contained in:
parent
5e24656c25
commit
da6edd9098
1 changed files with 2 additions and 2 deletions
|
|
@ -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!')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue