Changes display of your own name to "You"
This commit is contained in:
parent
9f5335b854
commit
1ca4960924
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const ConversationDetailsMembershipList: React.ComponentType<Props> = ({
|
|||
{...member}
|
||||
/>
|
||||
}
|
||||
label={member.title}
|
||||
label={member.isMe ? i18n('you') : member.title}
|
||||
right={isAdmin ? i18n('GroupV2--admin') : ''}
|
||||
/>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue