Skip to content

Commit

Permalink
Fixed issue #16185: Typo "be have" (#1594)
Browse files Browse the repository at this point in the history
* Fix a typo.

* Better wording.
  • Loading branch information
jmantysalo committed Sep 21, 2020
1 parent 00d3a31 commit 8a0e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/UserGroup.php
Expand Up @@ -67,7 +67,7 @@ public function rules()
'length',
'min' => 1,
'max' => 20,
'tooShort' => gt("Name should be at least have one sign"),
'tooShort' => gt("Name can not be empty."),
'tooLong' => gt('Failed to add group! Group name length more than 20 characters.')),
);
}
Expand Down

0 comments on commit 8a0e095

Please sign in to comment.