From 9d0476250fe907b036c613b9d9d925b9b287d3f5 Mon Sep 17 00:00:00 2001 From: enahum Date: Sat, 4 Mar 2017 14:54:00 -0300 Subject: PLT-5461 Fix channel rename placeholder (#5628) --- webapp/components/rename_channel_modal.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 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' } }); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 17bd7126e..6841660cf 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1744,7 +1744,7 @@ "rename_channel.defaultError": " - Cannot be changed for the default channel", "rename_channel.displayName": "Display Name", "rename_channel.displayNameHolder": "Enter display name", - "rename_channel.handleHolder": "lowercase alphanumeric's only", + "rename_channel.handleHolder": "lowercase alphanumeric characters", "rename_channel.lowercase": "Must be lowercase alphanumeric characters", "rename_channel.maxLength": "This field must be less than 22 characters", "rename_channel.required": "This field is required", -- cgit v1.2.3-1-g7c22