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")}