summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-02 13:56:22 +0200
committerGitHub <noreply@github.com>2020-04-02 13:56:22 +0200
commita50b1a129966f1ef941d999d5a44fba87a79191d (patch)
treeb3ffa645ada88fbaabc2db2ca2007de135104afc /src
parent26af617b895a9dd3b0cc1308c355be9fa476fec1 (diff)
parent513441a4ad4292cbb130ed05c9bcc45122a6eb7a (diff)
Merge pull request #1557 from nextcloud/Valdnet-patch-3
Correction of descriptions
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/SettingsNewAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
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
})
},