fix typo
This commit is contained in:
parent
ffec1b5a95
commit
02c6f3d168
20 changed files with 20 additions and 20 deletions
|
@ -56,7 +56,7 @@ export default React.createClass({
|
|||
_checkGroupId: function(e) {
|
||||
let error = null;
|
||||
if (!this.state.groupId) {
|
||||
error = _t("Community IDs cannot not be empty.");
|
||||
error = _t("Community IDs cannot be empty.");
|
||||
} else if (!/^[a-z0-9=_\-\.\/]*$/.test(this.state.groupId)) {
|
||||
error = _t("Community IDs may only contain characters a-z, 0-9, or '=_-./'");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue