From 513441a4ad4292cbb130ed05c9bcc45122a6eb7a Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 2 Apr 2020 12:36:53 +0200 Subject: [PATCH] Correction of descriptions Correcting words: address book. --- src/components/Settings/SettingsNewAddressbook.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) },