Show "you" instead of "me" in the group members list
This commit is contained in:
parent
12457d47a3
commit
31f219690a
2 changed files with 1 additions and 5 deletions
|
@ -55,7 +55,7 @@ export class ContactListItem extends React.Component<Props> {
|
|||
} = this.props;
|
||||
|
||||
const title = name ? name : phoneNumber;
|
||||
const displayName = isMe ? i18n('me') : title;
|
||||
const displayName = isMe ? i18n('you') : title;
|
||||
|
||||
const profileElement =
|
||||
!isMe && profileName && !name ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue