From 85d43d17f5834cde8f5f778528ec3e8ffa041efa Mon Sep 17 00:00:00 2001
From: taehoon
Date: Thu, 14 Feb 2019 11:13:29 -0500
Subject: [PATCH] Add missing translation strings
---
src/i18n/en.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 93819c2c..55ea7b24 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -372,7 +372,10 @@
"statuses": "Statuses",
"unblock": "Unblock",
"unblock_progress": "Unblocking...",
- "block_progress": "Blocking..."
+ "block_progress": "Blocking...",
+ "unmute": "Unmute",
+ "unmute_progress": "Unmuting...",
+ "mute_progress": "Muting..."
},
"user_profile": {
"timeline_title": "User Timeline"