Merge pull request #14525 from edx/schen/ECOM-7119

Update embargo message with better language ECOM-7119
This commit is contained in:
Simon Chen
2017-02-21 12:24:49 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section class="outside-app">
<p>
${Text(_("Our system indicates that you are trying to access this {platform_name} "
"course from a country or region currently subject to U.S. economic and trade "
"sanctions. Unfortunately, at this time {platform_name} must comply with "
"export controls, and we cannot allow you to access this course."
"course from a country or region currently subject to U.S. economic and trade sanctions."
"Unfortunately, because {platform_name} is required to comply with export controls,"
"we cannot allow you to access this course at this time."
)).format(
platform_name=Text(settings.PLATFORM_NAME),
)}

View File

@@ -11,9 +11,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section class="outside-app">
<p>
${Text(_("Our system indicates that you are trying to access this {platform_name} "
"course from a country or region currently subject to U.S. economic and trade "
"sanctions. Unfortunately, at this time {platform_name} must comply with "
"export controls, and we cannot allow you to access this course."
"course from a country or region currently subject to U.S. economic and trade sanctions."
"Unfortunately, because {platform_name} is required to comply with export controls,"
"we cannot allow you to access this course at this time."
)).format(
platform_name=Text(settings.PLATFORM_NAME),
)}