summaryrefslogtreecommitdiffstats
path: root/webapp/components/rename_channel_modal.jsx
diff options
context:
space:
mode:
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's only'
+ defaultMessage: 'lowercase alphanumeric characters'
}
});