summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-03-12 17:21:29 +0100
committerGitHub <noreply@github.com>2020-03-12 17:21:29 +0100
commit2f52c08e6f32e9bb69d1a5d6cb2a619585ecf276 (patch)
treee2283e93a1ba06febd113b2809a615ef1219c680
parent964bc148f375d18d2d18af71ace04e7d8b6ae795 (diff)
l10n: Improved grammar
Fixes #1490 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
-rw-r--r--src/components/Settings/SettingsAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index 11969b31..3d9b2271 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -190,7 +190,7 @@ export default {
} catch (err) {
// error handling
console.error(err)
- OC.Notification.showTemporary(t('contacts', 'Enabled toggle of addressbook was not successful.'))
+ OC.Notification.showTemporary(t('contacts', 'Toggling of addressbook was not successful'))
} finally {
// stop loading status regardless of outcome
this.toggleEnabledLoading = false