diff --git a/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java b/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java index 765cf076a85..a6c47b9e7a9 100644 --- a/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java +++ b/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java @@ -31,7 +31,7 @@ public enum IdAuthenticationErrorConstants { OTP_AUTH_IDTYPE_MISMATCH("IDA-OTA-010", "Input Identity Type does not match Identity Type of OTP Request"), PARTNER_ID_MISMATCH("IDA-OTA-011", "Input Partner-ID does not match Partner-ID of OTP Request"), OTP_VAL_KEY_NOT_FOUND("IDA-OTA-012", "Validation can't be performed against this key. Generate OTP first."), - OTP_FROZEN("IDA-OTA-013", "User has been frozen from making any OTP request/validation for %s."), + OTP_FROZEN("IDA-OTA-013", "OTP request/validation has been frozen for the Individual ID for %s."), INVALID_TIMESTAMP("IDA-MLC-001", "Request to be received at MOSIP within %s seconds",