Merge pull request #1557 from nextcloud/Valdnet-patch-3

Correction of descriptions
This commit is contained in:
John Molakvoæ 2020-04-02 13:56:22 +02:00 committed by GitHub
commit a50b1a1299
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
})
},