Skip to content

Commit

Permalink
remove special chars in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Aug 29, 2022
1 parent f900bd2 commit 427a3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name_space_colonToolTipMsg=Must be at least 3 characters and can contain alphanu
name_space_colonRequiredMsg=Name is required.

passwordRegexMsg=Passwords must be {0} to 255 characters long and contain at least one lower case letter, one upper case letter, one digit and one special character. passwordToolTipMsg=Must be {0} to 255 characters long and contain at least one lower case letter, one upper case letter, one digit and one special character. Allowed special characters: # | '\' ! " £ $ % & @ / [ ] ( ) '{' '}' = ? ^ '' > < , ; . : - _ * + € ^ ` ~
passwordToolTipMsg=Must be {0} to 255 characters long and contain at least one lower case letter, one upper case letter, one digit and one special character. Allowed special characters: # | \ ! " £ $ % & @ / [ ] ( ) { } = ? ^ ' > < , ; . : - _ * + € ^ ` ~
passwordToolTipMsg=Must be {0} to 255 characters long and contain at least one lower case letter, one upper case letter, one digit and one special character.
passwordRequiredMsg=Password is required.
passwordDoesNotMatch=Password values do not match.

Expand Down

0 comments on commit 427a3dc

Please sign in to comment.