feat: improve "view source"
display encrypted and decrypted event source on the same dialog keep only one "View Source" action on event context menu
This commit is contained in:
parent
77cf4cf7a4
commit
ae08f74336
7 changed files with 44 additions and 23 deletions
|
@ -2875,5 +2875,7 @@
|
|||
"Esc": "Esc",
|
||||
"Enter": "Enter",
|
||||
"Space": "Space",
|
||||
"End": "End"
|
||||
"End": "End",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Original event source": "Original event source"
|
||||
}
|
||||
|
|
|
@ -650,5 +650,7 @@
|
|||
"Error upgrading room": "Error upgrading room",
|
||||
"Double check that your server supports the room version chosen and try again.": "Double check that your server supports the room version chosen and try again.",
|
||||
"Changes the avatar of the current room": "Changes the avatar of the current room",
|
||||
"Changes your avatar in all rooms": "Changes your avatar in all rooms"
|
||||
"Changes your avatar in all rooms": "Changes your avatar in all rooms",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Original event source": "Original event source"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue