diff --git a/idp/src/infra/error/creators.ts b/idp/src/infra/error/creators.ts index 5c8cef132..8d3f018a5 100644 --- a/idp/src/infra/error/creators.ts +++ b/idp/src/infra/error/creators.ts @@ -36,8 +36,8 @@ export function newInvalidJwtError() { export function newUsernameUnavailableError() { return newError({ code: ErrorCode.UsernameUnavailable, - message: `Username is not available.`, - userMessage: `Username is not available.`, + message: `Username not available.`, + userMessage: `Username not available.`, }) }