Change wording from avatar to profile picture (#7015)
* Change wording from avatar to profile picture Signed-off-by: Aaron Raimist <aaron@raim.ist> * lint Signed-off-by: Aaron Raimist <aaron@raim.ist> * Update EventListSummary Signed-off-by: Aaron Raimist <aaron@raim.ist> * Delete MembershipEventListSummary.tsx Signed-off-by: Aaron Raimist <aaron@raim.ist> * delint * Update tests --------- Signed-off-by: Aaron Raimist <aaron@raim.ist> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c153a4d388
commit
71fe08ea0f
13 changed files with 38 additions and 30 deletions
|
@ -54,7 +54,7 @@ const EncryptionEvent = forwardRef<HTMLDivElement, IProps>(({ mxEvent, timestamp
|
|||
const displayName = room?.getMember(dmPartner)?.rawDisplayName || dmPartner;
|
||||
subtitle = _t(
|
||||
"Messages here are end-to-end encrypted. " +
|
||||
"Verify %(displayName)s in their profile - tap on their avatar.",
|
||||
"Verify %(displayName)s in their profile - tap on their profile picture.",
|
||||
{ displayName },
|
||||
);
|
||||
} else if (room && isLocalRoom(room)) {
|
||||
|
@ -62,7 +62,7 @@ const EncryptionEvent = forwardRef<HTMLDivElement, IProps>(({ mxEvent, timestamp
|
|||
} else {
|
||||
subtitle = _t(
|
||||
"Messages in this room are end-to-end encrypted. " +
|
||||
"When people join, you can verify them in their profile, just tap on their avatar.",
|
||||
"When people join, you can verify them in their profile, just tap on their profile picture.",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue