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:
Panagiotis 2021-03-03 22:38:30 +02:00
parent 77cf4cf7a4
commit ae08f74336
7 changed files with 44 additions and 23 deletions

View file

@ -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"
}

View file

@ -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"
}