Rename settings to "Contacts settings"

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-07-21 15:00:51 +02:00
parent 40471bfbda
commit f72f1c17a5
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 4 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<!-- settings --> <!-- settings -->
<template #footer> <template #footer>
<AppNavigationSettings v-if="!loading"> <AppNavigationSettings v-if="!loading" :title="appNavigationSettingsTitle">
<SettingsSection /> <SettingsSection />
</AppNavigationSettings> </AppNavigationSettings>
</template> </template>
@ -248,6 +248,9 @@ export default {
}, },
computed: { computed: {
appNavigationSettingsTitle() {
return t('contacts', 'Contacts settings')
},
// store variables // store variables
circles() { circles() {
return this.$store.getters.getCircles return this.$store.getters.getCircles