Commit f62b6602 by Simon Chen Committed by GitHub

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

Update embargo message with better language ECOM-7119
parents 067348b8 5ca0ebcc
...@@ -12,9 +12,9 @@ from openedx.core.djangolib.markup import HTML, Text ...@@ -12,9 +12,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section class="outside-app"> <section class="outside-app">
<p> <p>
${Text(_("Our system indicates that you are trying to access this {platform_name} " ${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 " "course from a country or region currently subject to U.S. economic and trade sanctions."
"sanctions. Unfortunately, at this time {platform_name} must comply with " "Unfortunately, because {platform_name} is required to comply with export controls,"
"export controls, and we cannot allow you to access this course." "we cannot allow you to access this course at this time."
)).format( )).format(
platform_name=Text(settings.PLATFORM_NAME), platform_name=Text(settings.PLATFORM_NAME),
)} )}
......
...@@ -11,9 +11,9 @@ from openedx.core.djangolib.markup import HTML, Text ...@@ -11,9 +11,9 @@ from openedx.core.djangolib.markup import HTML, Text
<section class="outside-app"> <section class="outside-app">
<p> <p>
${Text(_("Our system indicates that you are trying to access this {platform_name} " ${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 " "course from a country or region currently subject to U.S. economic and trade sanctions."
"sanctions. Unfortunately, at this time {platform_name} must comply with " "Unfortunately, because {platform_name} is required to comply with export controls,"
"export controls, and we cannot allow you to access this course." "we cannot allow you to access this course at this time."
)).format( )).format(
platform_name=Text(settings.PLATFORM_NAME), platform_name=Text(settings.PLATFORM_NAME),
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment