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:
commit
16f72140b9
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ export const E2E_STATE = {
|
|||
|
||||
const crossSigningUserTitles = {
|
||||
[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."),
|
||||
};
|
||||
const crossSigningRoomTitles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue