Skip to content

Commit

Permalink
fix(frontend): A word is used inaccurately
Browse files Browse the repository at this point in the history
Mixed up with the domain front end
  • Loading branch information
liyuhui666 authored Oct 14, 2022
1 parent bbdc185 commit d11c8ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function CreateGroupModal({ onClose, onCreate }: Props) {
rules={[
{
required: true,
message: 'Enter a Domain name.',
message: 'Enter a Group name.',
},
{ whitespace: true },
{ min: 1, max: 50 },
Expand Down

0 comments on commit d11c8ab

Please sign in to comment.