diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/DetailsSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/DetailsSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/DetailsSection.vue b/apps/settings/src/components/PersonalInfo/DetailsSection.vue index ebfbe51d654..10f9b757220 100644 --- a/apps/settings/src/components/PersonalInfo/DetailsSection.vue +++ b/apps/settings/src/components/PersonalInfo/DetailsSection.vue @@ -22,7 +22,7 @@ <template> <section> - <HeaderBar :readable="t('settings', 'Details')" /> + <HeaderBar :is-heading="true" :readable="t('settings', 'Details')" /> <div class="details"> <div class="details__groups"> |