Update webapp/components/ContributionForm/ContributionForm.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Wolfgang Huß 2023-03-16 15:52:31 +01:00 committed by GitHub
parent 5c634ca688
commit 4f6c9319fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
<ds-flex-item width="3.5">
<!-- eslint-disable vue/no-v-text-v-html-on-component -->
<ds-text
v-if="groupId"
v-if="showGroupHint"
class="info-text"
v-html="$t('contribution.visibleOnlyForMembersOfGroup', { name: groupName })"
/>