summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/zh_CN.json
diff options
context:
space:
mode:
authorfengpan <pan.feng@shareworks.cn>2017-02-17 21:58:39 +0800
committerJoram Wilander <jwawilander@gmail.com>2017-02-17 08:58:39 -0500
commitb3afe9fb16523415f3bceafde9bb80b4d229e2b2 (patch)
tree5504e89a018af64c0262e011fced23d848aabaca /webapp/i18n/zh_CN.json
parent26e44d9b32948693a035bea5cb31134526e01fe3 (diff)
downloadchat-b3afe9fb16523415f3bceafde9bb80b4d229e2b2.tar.gz
chat-b3afe9fb16523415f3bceafde9bb80b4d229e2b2.tar.bz2
chat-b3afe9fb16523415f3bceafde9bb80b4d229e2b2.zip
Rename channel (#5322)
* fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
Diffstat (limited to 'webapp/i18n/zh_CN.json')
-rw-r--r--webapp/i18n/zh_CN.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/zh_CN.json b/webapp/i18n/zh_CN.json
index 0d7a5df91..10bcb6c44 100644
--- a/webapp/i18n/zh_CN.json
+++ b/webapp/i18n/zh_CN.json
@@ -1730,7 +1730,7 @@
"rename_channel.defaultError": "-不能改变默认频道",
"rename_channel.displayName": "显示名称",
"rename_channel.displayNameHolder": "输入显示名",
- "rename_channel.handle": "识别名",
+ "rename_channel.url": "链接地址",
"rename_channel.handleHolder": "小写字母数字#39;只有",
"rename_channel.lowercase": "必须小写字母数字字符",
"rename_channel.maxLength": "这个字段必须少于22个字符",