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 -->
<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