Skip to content

Commit

Permalink
Merge pull request #7028 from Yoshani/username
Browse files Browse the repository at this point in the history
Improve showUsernameAvailability option label
  • Loading branch information
Yoshani authored Oct 24, 2024
2 parents a0b782c + b752479 commit f5299a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-boxes-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

improve label
Original file line number Diff line number Diff line change
Expand Up @@ -3972,9 +3972,9 @@ export const extensions: Extensions = {
label: "Activate account immediately"
},
showUsernameUnavailability: {
msg: "If selected, a descriptive error message will be shown to the user if the username is already taken. However, this may lead to username enumeration.",
msg: "If selected, a descriptive error message will be shown to the user if the chosen username is already taken. However, this may lead to username enumeration.",
hint: "This will enable a descriptive error message to be displayed when the username is unavailable at the self-registration.",
label: "Show username unavailability"
label: "Display message if username unavailable"
},
signUpConfirmation: {
recommendationMsg:
Expand Down

0 comments on commit f5299a6

Please sign in to comment.