summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-21 15:00:51 +0200
committerVincent Petry <vincent@nextcloud.com>2022-07-21 15:00:51 +0200
commitf72f1c17a59585214408fecc14995d43daf636be (patch)
treef90ebecf1c0b3921fadbc97fd64660d172180439 /src
parent40471bfbdaeefb77ab06e5cd278e64495271109f (diff)
Rename settings to "Contacts settings"
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/RootNavigation.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/AppNavigation/RootNavigation.vue b/src/components/AppNavigation/RootNavigation.vue
index 26720961..8f92aeaf 100644
--- a/src/components/AppNavigation/RootNavigation.vue
+++ b/src/components/AppNavigation/RootNavigation.vue
@@ -152,7 +152,7 @@
<!-- settings -->
<template #footer>
- <AppNavigationSettings v-if="!loading">
+ <AppNavigationSettings v-if="!loading" :title="appNavigationSettingsTitle">
<SettingsSection />
</AppNavigationSettings>
</template>
@@ -248,6 +248,9 @@ export default {
},
computed: {
+ appNavigationSettingsTitle() {
+ return t('contacts', 'Contacts settings')
+ },
// store variables
circles() {
return this.$store.getters.getCircles