diff --git a/themes/edx.org/lms/templates/certificates/_about-edx.html b/themes/edx.org/lms/templates/certificates/_about-edx.html index 73bc32c70f..99d8621454 100644 --- a/themes/edx.org/lms/templates/certificates/_about-edx.html +++ b/themes/edx.org/lms/templates/certificates/_about-edx.html @@ -8,7 +8,7 @@ from openedx.core.djangolib.markup import HTML, Text

${_("About edX")}

## Translators: This string will not be used in Open edX installations. - ${Text(_("{link_start}edX{link_end} offers interactive online classes and MOOCs from the world's best universities, including MIT, Harvard, Berkeley, University of Texas, and many others. edX is a non-profit online initiative created by founding partners Harvard and MIT.")).format( + ${Text(_("{link_start}edX{link_end} offers interactive online classes and MOOCs from the world's best universities, including MIT, Harvard, Berkeley, University of Texas, and many others. edX is an online initiative created by founding partners Harvard and MIT.")).format( link_start=HTML(''), link_end=HTML(''), )} diff --git a/themes/edx.org/lms/templates/course_modes/choose.html b/themes/edx.org/lms/templates/course_modes/choose.html index 82fd918880..ec98e87b2d 100644 --- a/themes/edx.org/lms/templates/course_modes/choose.html +++ b/themes/edx.org/lms/templates/course_modes/choose.html @@ -121,7 +121,7 @@ from openedx.core.djangolib.markup import HTML, Text % endif

  • ${Text(_("{b_start}Easily Sharable: {b_end}Add the certificate to your CV or resumé, or post it directly on LinkedIn.")).format(**b_tag_kwargs)}
  • ## Translators: This string will not be used in Open edX installations. -
  • ${Text(_("{b_start}Support our Mission: {b_end}EdX, a non-profit, relies on verified certificates to help fund affordable education to everyone globally.")).format(**b_tag_kwargs)}
  • +
  • ${Text(_("{b_start}Support our Mission: {b_end}EdX relies on verified certificates to help fund affordable education to everyone globally.")).format(**b_tag_kwargs)}
  • % else:

    ${_("Benefits of a Verified Certificate")}

    @@ -161,7 +161,7 @@ from openedx.core.djangolib.markup import HTML, Text
  • ${Text(_("{b_start}Graded Assignments: {b_end}Build your skills through graded assignments and projects.")).format(**b_tag_kwargs)}
  • % endif
  • ${Text(_("{b_start}Easily Sharable: {b_end}Add the certificate to your CV or resumé, or post it directly on LinkedIn.")).format(**b_tag_kwargs)}
  • -
  • ${Text(_("{b_start}Support our Mission: {b_end}EdX, a non-profit, relies on verified certificates to help fund affordable education to everyone globally.")).format(**b_tag_kwargs)}
  • +
  • ${Text(_("{b_start}Support our Mission: {b_end}EdX relies on verified certificates to help fund affordable education to everyone globally.")).format(**b_tag_kwargs)}
  • % else:

    ${_("Benefits of a Verified Certificate")}