summaryrefslogtreecommitdiffstats
path: root/webapp/components/rename_channel_modal.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-04 14:54:00 -0300
committerGeorge Goldberg <george@gberg.me>2017-03-04 17:54:00 +0000
commit9d0476250fe907b036c613b9d9d925b9b287d3f5 (patch)
tree32eb576cd72b8a664b15dae9d5e1e8277beef5a0 /webapp/components/rename_channel_modal.jsx
parentf39681596ea7212a3c66c4b98c57fa112314f388 (diff)
downloadchat-9d0476250fe907b036c613b9d9d925b9b287d3f5.tar.gz
chat-9d0476250fe907b036c613b9d9d925b9b287d3f5.tar.bz2
chat-9d0476250fe907b036c613b9d9d925b9b287d3f5.zip
PLT-5461 Fix channel rename placeholder (#5628)
Diffstat (limited to 'webapp/components/rename_channel_modal.jsx')
-rw-r--r--webapp/components/rename_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rename_channel_modal.jsx b/webapp/components/rename_channel_modal.jsx
index 7ed3b4987..9fd505535 100644
--- a/webapp/components/rename_channel_modal.jsx
+++ b/webapp/components/rename_channel_modal.jsx
@@ -40,7 +40,7 @@ const holders = defineMessages({
},
handleHolder: {
id: 'rename_channel.handleHolder',
- defaultMessage: 'lowercase alphanumeric&#39;s only'
+ defaultMessage: 'lowercase alphanumeric characters'
}
});