Make photo encryption statement sound less gimmicky.

Unlike the previous commit, this change is suggested by
me, not Learner Support.
This commit is contained in:
Kyle McCormick
2020-04-08 11:39:38 -04:00
committed by Kyle McCormick
parent 510c892742
commit 70aeed3b74
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
<%- _.sprintf( gettext( "What does %(platformName)s do with this photo?" ), { platformName: platformName } ) %>
</dt>
<dd class="faq-answer">
<%- _.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 } ) %>
</dd>
<dt class="faq-question">
<%- gettext( "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?" ) %>

View File

@@ -41,7 +41,7 @@
<%- _.sprintf( gettext( "What does %(platformName)s do with this photo?" ), { platformName: platformName } ) %>
</dt>
<dd class="faq-answer">
<%- _.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 } ) %>
</dd>
<dt class="faq-question">
<%- gettext( "What if I can't see the camera image, or if I can't see my photo do determine which side is visible?" ) %>