ConversationView: Add 'View All Media' menu item
This commit is contained in:
parent
867bece952
commit
7d11efc50b
2 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,9 @@
|
|||
"showSafetyNumber": {
|
||||
"message": "Show safety number"
|
||||
},
|
||||
"viewAllMedia": {
|
||||
"message": "View all media"
|
||||
},
|
||||
"verifyHelp": {
|
||||
"message": "If you wish to verify the security of your end-to-end encryption with $name$, compare the numbers above with the numbers on their device.",
|
||||
"placeholders": {
|
||||
|
|
|
@ -159,6 +159,7 @@
|
|||
<button class='hamburger' alt='conversation menu'></button>
|
||||
<ul class='menu-list'>
|
||||
<li class='disappearing-messages'>{{ disappearing-messages }}</li>
|
||||
<li class='view-all-media'>{{ viewAllMedia }}</li>
|
||||
{{#group}}
|
||||
<li class='show-members'>{{ show-members }}</li>
|
||||
<!-- <li class='update-group'>Update group</li> -->
|
||||
|
|
Loading…
Add table
Reference in a new issue