Merge pull request #28989 from edx/marco/remove-non-profit

This commit is contained in:
Marco Morales
2021-10-14 11:41:05 -04:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ from openedx.core.djangolib.markup import HTML, Text
% endif
<li>${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)}</li>
## Translators: This string will not be used in Open edX installations.
<li>${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)}</li>
<li>${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)}</li>
</ul>
% else:
<h4>${_("Benefits of a Verified Certificate")}</h4>
@@ -161,7 +161,7 @@ from openedx.core.djangolib.markup import HTML, Text
<li>${Text(_("{b_start}Graded Assignments: {b_end}Build your skills through graded assignments and projects.")).format(**b_tag_kwargs)}</li>
% endif
<li>${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)}</li>
<li>${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)}</li>
<li>${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)}</li>
</ul>
% else:
<h4>${_("Benefits of a Verified Certificate")}</h4>