diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue b/apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue index 8c53081fb80..90882b23869 100644 --- a/apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue +++ b/apps/settings/src/components/PersonalInfo/LanguageSection/LanguageSection.vue @@ -22,13 +22,11 @@ <template> <section> - <HeaderBar - :account-property="accountProperty" + <HeaderBar :account-property="accountProperty" label-for="language" /> <template v-if="isEditable"> - <Language - :common-languages="commonLanguages" + <Language :common-languages="commonLanguages" :other-languages="otherLanguages" :language.sync="language" /> </template> |