summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-07-14 15:56:49 -0400
committerCorey Hulen <corey@hulen.com>2016-07-14 11:56:49 -0800
commit0b200cc9245193aa01b00ecc8bf41483f6b32e7e (patch)
tree6548d918383d38689b949d03caf831ad2c81466f /webapp/i18n
parent70283c20f69576d52b4f35ed9c138749523c6ca7 (diff)
downloadchat-0b200cc9245193aa01b00ecc8bf41483f6b32e7e.tar.gz
chat-0b200cc9245193aa01b00ecc8bf41483f6b32e7e.tar.bz2
chat-0b200cc9245193aa01b00ecc8bf41483f6b32e7e.zip
PLT-3266 Added channel header to create channel modal (#3559)
* Added channel header to create channel modal removed React FindDOMNode * made css changes
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index f000dbf55..ab3fdca20 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -870,6 +870,8 @@
"channel_modal.displayNameError": "This field is required",
"channel_modal.edit": "Edit",
"channel_modal.group": "Group",
+ "channel_modal.header": "Header",
+ "channel_modal.headerHelp": "Set text that will appear in the header of the {term} beside the {term} name. For example, include frequently used links by typing [Link Title](http://example.com).",
"channel_modal.modalTitle": "New ",
"channel_modal.name": "Name",
"channel_modal.nameEx": "E.g.: \"Bugs\", \"Marketing\", \"客户支持\"",