From 70aeed3b748a5fc6a14ebc95e5e5a454ca76a8f5 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Wed, 8 Apr 2020 11:39:38 -0400 Subject: [PATCH] Make photo encryption statement sound less gimmicky. Unlike the previous commit, this change is suggested by me, not Learner Support. --- lms/templates/verify_student/face_photo_step.underscore | 2 +- lms/templates/verify_student/id_photo_step.underscore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/verify_student/face_photo_step.underscore b/lms/templates/verify_student/face_photo_step.underscore index eac689602f..0877f5687c 100644 --- a/lms/templates/verify_student/face_photo_step.underscore +++ b/lms/templates/verify_student/face_photo_step.underscore @@ -46,7 +46,7 @@ <%- _.sprintf( gettext( "What does %(platformName)s do with this photo?" ), { platformName: platformName } ) %>
- <%- _.sprintf( gettext( "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete." ), { platformName: platformName } ) %> + <%- _.sprintf( gettext( "We securely encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete." ), { platformName: platformName } ) %>
<%- gettext( "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?" ) %> diff --git a/lms/templates/verify_student/id_photo_step.underscore b/lms/templates/verify_student/id_photo_step.underscore index 217047a103..a8f085cf9c 100644 --- a/lms/templates/verify_student/id_photo_step.underscore +++ b/lms/templates/verify_student/id_photo_step.underscore @@ -41,7 +41,7 @@ <%- _.sprintf( gettext( "What does %(platformName)s do with this photo?" ), { platformName: platformName } ) %>
- <%- _.sprintf( gettext( "We use the highest levels of security available to encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete." ), { platformName: platformName } ) %> + <%- _.sprintf( gettext( "We securely encrypt your photo and send it to our authorization service for review. Your photo and information are not saved or visible anywhere on %(platformName)s after the verification process is complete." ), { platformName: platformName } ) %>
<%- gettext( "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?" ) %>