From 7d11efc50ba6fad77f95632facc97387d1557694 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 26 Mar 2018 11:45:25 -0700 Subject: [PATCH] ConversationView: Add 'View All Media' menu item --- _locales/en/messages.json | 3 +++ background.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 85251a2b6..983de1525 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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": { diff --git a/background.html b/background.html index f061468a1..af336a241 100644 --- a/background.html +++ b/background.html @@ -159,6 +159,7 @@