Don't display the role after a member joined a group

This commit is contained in:
Massedil
2025-11-19 15:55:37 +01:00
committed by setop
parent 1a2f366561
commit 69b2f86239
3 changed files with 3 additions and 9 deletions

View File

@@ -59,7 +59,7 @@
<div v-else>
<o-notification type="success" variant="success"
><i18n-t
keypath="You successfully joined the group {groupName} with your profile {preferredUsername} as {role}."
keypath="You successfully joined the group {groupName} with your profile {preferredUsername}."
>
<template #groupName>
<span
@@ -73,12 +73,6 @@
>"</span
>
</template>
<template #role>
<span
>"<b>{{ memberRole }}</b
>"</span
>
</template>
</i18n-t></o-notification
>