diff --git a/themes/edx.org/lms/templates/certificates/_accomplishment-footer.html b/themes/edx.org/lms/templates/certificates/_accomplishment-footer.html index 0e5ce30b1f..8f2810b2b7 100644 --- a/themes/edx.org/lms/templates/certificates/_accomplishment-footer.html +++ b/themes/edx.org/lms/templates/certificates/_accomplishment-footer.html @@ -19,7 +19,7 @@ from openedx.core.djangolib.markup import HTML, Text
© - ${_("edX Inc.")} + ${_("edX LLC.")} ${_("All rights reserved except where noted. edX, Open edX and the edX and Open edX logos are registered trademarks of edX Inc.")}
${_(
- u"\u00A9 {year} edX Inc. All rights reserved.").format(year=datetime.datetime.now().year)}
+ u"\u00A9 {year} edX LLC. All rights reserved.").format(year=datetime.datetime.now().year)}
% if icp_license_info.get('icp_license'):
${u" | {text}".format(text=icp_license_info.get('text'))}