This commit is contained in:
Ulf Gebhardt 2023-05-25 11:26:31 +02:00
parent e6e972e50e
commit 572272b581
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -152,7 +152,7 @@
<ds-flex class="buttons-footer" gutter="xxx-small"> <ds-flex class="buttons-footer" gutter="xxx-small">
<ds-flex-item width="3.5" style="margin-right: 16px; margin-bottom: 6px"> <ds-flex-item width="3.5" style="margin-right: 16px; margin-bottom: 6px">
<!-- eslint-disable vue/no-v-text-v-html-on-component --> <!-- eslint-disable vue/no-v-text-v-html-on-component -->
<!-- TODO => remove v-html! only text ! no html! secrurity first! --> <!-- TODO => remove v-html! only text ! no html! security first! -->
<ds-text <ds-text
v-if="showGroupHint" v-if="showGroupHint"
v-html="$t('contribution.visibleOnlyForMembersOfGroup', { name: groupName })" v-html="$t('contribution.visibleOnlyForMembersOfGroup', { name: groupName })"