diff options
Diffstat (limited to 'resources/vue/apps/forum/topics/Show.vue')
| -rw-r--r-- | resources/vue/apps/forum/topics/Show.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/apps/forum/topics/Show.vue b/resources/vue/apps/forum/topics/Show.vue index 0fcbd9c..b24bcb0 100644 --- a/resources/vue/apps/forum/topics/Show.vue +++ b/resources/vue/apps/forum/topics/Show.vue @@ -98,7 +98,7 @@ onMounted(async () => { :title="$gettext('Anzahl der Beiträge')" :aria-label="$gettext('Anzahl der Beiträge')" > - <StudipIcon shape="reply" role="info" :size="15" aria-hidden="true" /> + <StudipIcon shape="post" role="info" :size="15" aria-hidden="true" /> <span class="sr-only">{{ $gettext('Anzahl der Beiträge') }}:</span> <small>{{ metadata.postings_count }}</small> </span> |
