Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 8dc7059 commit 8c4d8a2
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 @@ -230,7 +230,7 @@ func NewNoTOTPDeviceRegistered() error {
func NewNoLookupDefined() error {
return errors.WithStack(&ValidationError{
ValidationError: &jsonschema.ValidationError{
Message: `you have no TOTP device set up`,
Message: `you have no backup recovery codes set up`,
InstancePtr: "#/",
},
Messages: new(text.Messages).Add(text.NewErrorValidationNoLookup()),
Expand Down

0 comments on commit 8c4d8a2

Please sign in to comment.