Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Jun 19, 2024
1 parent 5e6f289 commit 471af73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const TokenNameRestrictions = () => {
return (
<ul className={styles.tokenrestrictions}>
<li>
<Translate>Only alphanumeric characters with spaces and underscores are allowed</Translate>
<Translate>Only alphanumeric characters with spaces and underscores are allowed.</Translate>
</li>
<li>
<Translate>Only 2-32 characters are allowed</Translate>
Expand Down

0 comments on commit 471af73

Please sign in to comment.