Skip to content

Commit

Permalink
fix(frontend): fix UI message in create group modal (#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuhui666 authored Oct 14, 2022
1 parent 773917c commit 665152c
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 665152c

Please sign in to comment.