From 45ec573ff9d2d4ede2e44052128f9f5e07100c8d Mon Sep 17 00:00:00 2001 From: Bianca Severino Date: Fri, 24 Jul 2020 11:39:56 -0400 Subject: [PATCH] Fixed IDV cubmitted message to estimate 5 days rather than 1-2 days --- src/id-verification/IdVerification.messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/id-verification/IdVerification.messages.js b/src/id-verification/IdVerification.messages.js index f2323e0..7770531 100644 --- a/src/id-verification/IdVerification.messages.js +++ b/src/id-verification/IdVerification.messages.js @@ -338,7 +338,7 @@ const messages = defineMessages({ }, 'id.verification.submitted.text': { id: 'id.verification.submitted.text', - defaultMessage: 'We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 1-2 days). In the meantime, you can still access all available course content.', + defaultMessage: 'We have received your information and are verifying your identity. You will see a message on your dashboard when the verification process is complete (usually within 5 days). In the meantime, you can still access all available course content.', description: 'Text confirming that ID verification request has been received.', }, 'id.verification.return.dashboard': {