Update webapp/components/Group/GroupForm.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-09-23 08:32:24 +02:00 committed by GitHub
parent 522a9ff4c1
commit 10975f5551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
<ds-input
v-model="formData.about"
:label="$t('group.short-description')"
:label="$t('group.goal')"
rows="3"
></ds-input>