Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wasim almadhagi committed Nov 14, 2024
1 parent 763f631 commit ecda954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func NewInvalidCredentialsError() error {
func NewIdentityInactiveError() error {
return errors.WithStack(&ValidationError{
ValidationError: &jsonschema.ValidationError{
Message: `You account has been locked due to multiple failed login attempts. Please reset your password to unlock your account.`,
Message: `Your account has been locked due to multiple failed login attempts. Please reset your password to unlock your account.`,
InstancePtr: "#/",
},
Messages: new(text.Messages).Add(text.NewErrorValidationIdentityInactive()),
Expand Down

0 comments on commit ecda954

Please sign in to comment.