Correction of descriptions

Correcting words: address book.
This commit is contained in:
Valdnet 2020-04-02 12:36:53 +02:00 committed by GitHub
parent 128f6a1f38
commit 513441a4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default {
})
.catch((error) => {
console.error(error)
OC.Notification.showTemporary(t('contacts', 'An error occurred, unable to create the addressbook.'))
OC.Notification.showTemporary(t('contacts', 'An error occurred, unable to create the address book.'))
this.loading = false
})
},