Skip to content

Commit

Permalink
🩹 Fix default tag validation message
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleClapton committed Dec 18, 2021
1 parent 04bda24 commit 3b0644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Fieldsets/IRCNickFieldset.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function IRCNickFieldset (props) {
messages.errors.push(`To register this nick, please register "${baseNick}" first!`)
}
} else {
messages.errors.push('Your primary nickname cannot contain a platform/status tag. If your in-game CMDR name contains a tag')
messages.errors.push('Your primary nickname cannot contain a platform/status tag. It should be as close as possible to your CMDR name')
}
}
},
Expand Down

0 comments on commit 3b0644c

Please sign in to comment.