summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-16 17:42:38 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-16 08:42:38 -0400
commit4e38796e6964e22b61293568c85cea5e82c8e533 (patch)
treedecd40c1491379e431bdb0eff57f6f8fe73496a4 /webapp/i18n/en.json
parente1703d8800c1139ce5061f72b337e87f40928aee (diff)
downloadchat-4e38796e6964e22b61293568c85cea5e82c8e533.tar.gz
chat-4e38796e6964e22b61293568c85cea5e82c8e533.tar.bz2
chat-4e38796e6964e22b61293568c85cea5e82c8e533.zip
Improving about modal and colon issue with webhooks (#3343)
Updating word break Updating improvements for about modal
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 61d857da3..6fdc3c063 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -684,11 +684,12 @@
"channel_header.setPurpose": "Set {term} Purpose...",
"channel_header.viewInfo": "View Info",
"channel_info.close": "Close",
- "channel_info.id": "Channel ID:",
- "channel_info.name": "Channel Name:",
+ "channel_info.about": "About",
+ "channel_info.id": "ID: ",
+ "channel_info.name": "Name:",
"channel_info.notFound": "No Channel Found",
- "channel_info.purpose": "Channel Purpose:",
- "channel_info.url": "Channel URL:",
+ "channel_info.purpose": "Purpose:",
+ "channel_info.url": "URL:",
"channel_invite.add": " Add",
"channel_invite.addNewMembers": "Add New Members to ",
"channel_invite.close": "Close",