Skip to content

Commit

Permalink
Merge 82c2e9a into f37c03a
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Mar 3, 2017
2 parents f37c03a + 82c2e9a commit 4ce8601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/components/rename_channel_modal.jsx
Expand Up @@ -40,7 +40,7 @@ const holders = defineMessages({
},
handleHolder: {
id: 'rename_channel.handleHolder',
defaultMessage: 'lowercase alphanumeric's only'
defaultMessage: 'lowercase alphanumeric characters'
}
});

Expand Down
2 changes: 1 addition & 1 deletion webapp/i18n/en.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4ce8601

Please sign in to comment.