Skip to content

Commit

Permalink
fix(notifications): translation string (#3994)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi authored Feb 13, 2024
1 parent 1f330dc commit cffc397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/notifications/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit cffc397

Please sign in to comment.