diff --git a/src/components/Settings/SettingsNewAddressbook.vue b/src/components/Settings/SettingsNewAddressbook.vue index 3f2abbb5..7d5f72d2 100644 --- a/src/components/Settings/SettingsNewAddressbook.vue +++ b/src/components/Settings/SettingsNewAddressbook.vue @@ -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 }) },