You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Merge pull request #4016 from matrix-org/jryans/verif-status-text
Fix user trust text to match what was checked
This commit is contained in:
@@ -33,7 +33,7 @@ export const E2E_STATE = {
|
|||||||
|
|
||||||
const crossSigningUserTitles = {
|
const crossSigningUserTitles = {
|
||||||
[E2E_STATE.WARNING]: _td("This user has not verified all of their sessions."),
|
[E2E_STATE.WARNING]: _td("This user has not verified all of their sessions."),
|
||||||
[E2E_STATE.NORMAL]: _td("You have not verified this user. This user has verified all of their sessions."),
|
[E2E_STATE.NORMAL]: _td("You have not verified this user."),
|
||||||
[E2E_STATE.VERIFIED]: _td("You have verified this user. This user has verified all of their sessions."),
|
[E2E_STATE.VERIFIED]: _td("You have verified this user. This user has verified all of their sessions."),
|
||||||
};
|
};
|
||||||
const crossSigningRoomTitles = {
|
const crossSigningRoomTitles = {
|
||||||
|
|||||||
@@ -901,7 +901,7 @@
|
|||||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.",
|
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.",
|
||||||
"Ongoing conference call%(supportedText)s.": "Ongoing conference call%(supportedText)s.",
|
"Ongoing conference call%(supportedText)s.": "Ongoing conference call%(supportedText)s.",
|
||||||
"This user has not verified all of their sessions.": "This user has not verified all of their sessions.",
|
"This user has not verified all of their sessions.": "This user has not verified all of their sessions.",
|
||||||
"You have not verified this user. This user has verified all of their sessions.": "You have not verified this user. This user has verified all of their sessions.",
|
"You have not verified this user.": "You have not verified this user.",
|
||||||
"You have verified this user. This user has verified all of their sessions.": "You have verified this user. This user has verified all of their sessions.",
|
"You have verified this user. This user has verified all of their sessions.": "You have verified this user. This user has verified all of their sessions.",
|
||||||
"Someone is using an unknown session": "Someone is using an unknown session",
|
"Someone is using an unknown session": "Someone is using an unknown session",
|
||||||
"This room is end-to-end encrypted": "This room is end-to-end encrypted",
|
"This room is end-to-end encrypted": "This room is end-to-end encrypted",
|
||||||
|
|||||||
Reference in New Issue
Block a user