Don't display the role after a member joined a group
This commit is contained in:
@@ -1544,7 +1544,7 @@
|
||||
"You replied to a comment on the event {event}.": "You replied to a comment on the event {event}.",
|
||||
"You replied to the discussion {discussion}.": "You replied to the discussion {discussion}.",
|
||||
"You requested to join the group.": "You requested to join the group.",
|
||||
"You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.": "You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.",
|
||||
"You successfully joined the group {groupName} with your profile {preferredUsername}.": "You successfully joined the group {groupName} with your profile {preferredUsername}.",
|
||||
"You updated the event {event}.": "You updated the event {event}.",
|
||||
"You updated the group {group}.": "You updated the group {group}.",
|
||||
"You updated the member {member}.": "You updated the member {member}.",
|
||||
|
||||
@@ -1541,7 +1541,7 @@
|
||||
"You replied to a comment on the event {event}.": "Vous avez r\u00e9pondu \u00e0 un commentaire sur l'\u00e9v\u00e9nement {event}.",
|
||||
"You replied to the discussion {discussion}.": "Vous avez r\u00e9pondu \u00e0 la discussion {discussion}.",
|
||||
"You requested to join the group.": "Vous avez demand\u00e9 \u00e0 rejoindre le groupe.",
|
||||
"You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.": "Vous avez rejoint avec succès le groupe {groupName} avec votre profil {preferredUsername} en tant que {role}.",
|
||||
"You successfully joined the group {groupName} with your profile {preferredUsername}.": "Vous avez rejoint avec succès le groupe {groupName} avec votre profil {preferredUsername}.",
|
||||
"You updated the event {event}.": "Vous avez mis \u00e0 jour l'\u00e9v\u00e9nement {event}.",
|
||||
"You updated the group {group}.": "Vous avez mis \u00e0 jour le groupe {group}.",
|
||||
"You updated the member {member}.": "Vous avez mis \u00e0 jour le ou la membre {member}.",
|
||||
|
||||
@@ -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
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user