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:34 +02:00 committed by GitHub
parent 10975f5551
commit 15981750a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
<ds-input
v-model="formData.description"
:label="$t('group.long-description')"
:label="$t('group.description')"
type="textarea"
rows="3"
></ds-input>