diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/OrganisationSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/OrganisationSection.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/OrganisationSection.vue b/apps/settings/src/components/PersonalInfo/OrganisationSection.vue index 7a85d2fd647..b8ae3d846e5 100644 --- a/apps/settings/src/components/PersonalInfo/OrganisationSection.vue +++ b/apps/settings/src/components/PersonalInfo/OrganisationSection.vue @@ -22,6 +22,7 @@ <template> <AccountPropertySection v-bind.sync="organisation" + autocomplete="organization" :placeholder="t('settings', 'Your organisation')" /> </template> |