diff --git a/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt b/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt index 934be8ed92..24ce477ee7 100644 --- a/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt +++ b/feature/setup/src/main/java/com/simprints/feature/setup/data/ErrorType.kt @@ -31,7 +31,7 @@ internal enum class ErrorType( null, IDR.string.configuration_generic_error_message, alertType = AlertScreenEventType.LICENSE_MISSING, - errorReason = AppErrorReason.FACE_CONFIGURATION_ERROR, + errorReason = AppErrorReason.LICENSE_MISSING, ), ;