From 7c53b892858da1859993fb660d553ed6417520df Mon Sep 17 00:00:00 2001 From: Sam Peters Date: Tue, 13 Feb 2024 15:45:46 -0600 Subject: [PATCH] fix(notifications): translation string --- core/notifications/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/notifications/locales/en.yml b/core/notifications/locales/en.yml index 35b9d11359..876d806d0f 100644 --- a/core/notifications/locales/en.yml +++ b/core/notifications/locales/en.yml @@ -21,7 +21,7 @@ identity_verification_approved.body: "The documents for your verification have b identity_verification_declined.reason.documents_not_clear: "the uploaded documents were not clear" identity_verification_declined.reason.photo_not_clear: "the picture you submitted was not clear" identity_verification_declined.title: "Your Identity could not be verified!" -identity_verification_declined.body: "We were not able to process your documents because ${reason}." +identity_verification_declined.body: "We were not able to process your documents because %{reason}." identity_verification_review_pending.title: "Your verification is in process!" identity_verification_review_pending.body: "We have received your documents and are processing them."