summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 09:41:38 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 09:41:38 -0500
commit37897e6283c693352c0d1ff0af8c06617c2b7b8d (patch)
treef155d6eb85176fa0a89abf2a6ba23dc034bcbbde /web/static/i18n/en.json
parent0387ac799792fdd0684b863bb029813bbb3eccf7 (diff)
downloadchat-37897e6283c693352c0d1ff0af8c06617c2b7b8d.tar.gz
chat-37897e6283c693352c0d1ff0af8c06617c2b7b8d.tar.bz2
chat-37897e6283c693352c0d1ff0af8c06617c2b7b8d.zip
Changed 'Remove Member' to 'Remove' in Channel Members modal
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 114b6bdb5..6e472b8a0 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -561,7 +561,7 @@
"channel_loader.wrote": " wrote: ",
"channel_members_modal.addNew": " Add New Members",
"channel_members_modal.close": "Close",
- "channel_members_modal.removeMember": "Remove Member",
+ "channel_members_modal.remove": "Remove",
"channel_memebers_modal.members": " Members",
"channel_modal.cancel": "Cancel",
"channel_modal.channel": "Channel",
@@ -1289,4 +1289,4 @@
"view_image_popover.download": "Download",
"view_image_popover.file": "File {count} of {total}",
"view_image_popover.publicLink": "Get Public Link"
-} \ No newline at end of file
+}