summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-04-02 12:36:53 +0200
committerGitHub <noreply@github.com>2020-04-02 12:36:53 +0200
commit513441a4ad4292cbb130ed05c9bcc45122a6eb7a (patch)
tree7c662eb2a6985453a48bf2bdd4b428de62a9953d /src
parent128f6a1f388b936738d18925e6b66f21b19442ac (diff)
Correction of descriptions
Correcting words: address book.
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
})
},