Skip to content

Commit

Permalink
add 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 8632f0e commit f900bd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ newPassword=New Password
confirmPassword=Confirm Password
changePasswordConfirmation=Password changed successfully!
changePasswordError=Error while changing password: {0}
dialogAddTooltipCredentialPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character.
dialogAddTooltipCredentialPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character. Allowed special characters: # | '\' ! " £ $ % & @ / [ ] ( ) '{' '}' = ? ^ '' > < , ; . : - _ * + € ^ ` ~
changePasswordErrorWrongOldPassword=Invalid Old Password.
changePasswordErrorWrongOldPasswordOrMfaCode=Invalid Old Password or Authentication Code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ name_space_colonRegexMsg=Name must be at least 3 characters and can contain alph
name_space_colonToolTipMsg=Must be at least 3 characters and can contain alphanumeric characters combined with dash, underscore and/or space and/or colon.
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.
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: # | \ ! " £ $ % & @ / [ ] ( ) { } = ? ^ ' > < , ; . : - _ * + € ^ ` ~
passwordRequiredMsg=Password is required.
passwordDoesNotMatch=Password values do not match.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dialogAddFieldSubjectType=Subject Type
dialogAddFieldSubject=Username
dialogAddFieldPassword=Password
dialogAddFieldConfirmPassword=Confirm Password
dialogAddTooltipCredentialPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character.
dialogAddTooltipCredentialPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character. Allowed special characters: # | '\' ! " £ $ % & @ / [ ] ( ) '{' '}' = ? ^ '' > < , ; . : - _ * + € ^ ` ~
dialogAddFieldExpirationDate=Expiration Date
dialogAddFieldExpirationDateTooltip=Set the expiration date for the credential. It should be in format DD/MM/YYYY.
dialogAddFieldExpirationDatePasswordTooltip=Set the expiration date for the password. It should be in format DD/MM/YYYY.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dialogAddFieldNameTooltip=Username must be at least 3 characters long and can co
dialogAddFieldNameEditDialogTooltip=User''s unique name.
dialogAddFieldPassword=Password
dialogAddFieldConfirmPassword=Confirm Password
dialogAddTooltipPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character.
dialogAddTooltipPassword=Password must be {0} to 255 characters long and must contain at least one lower case letter, one upper case letter, one digit and one special character. Allowed special characters: # | '\' ! " £ $ % & @ / [ ] ( ) '{' '}' = ? ^ '' > < , ; . : - _ * + € ^ ` ~
dialogAddFieldDisplayName=Display Name
dialogAddFieldDisplayNameTooltip=Enter a display name for more complete profile of the user.
dialogAddFieldEmail=Email
Expand Down

0 comments on commit f900bd2

Please sign in to comment.