diff --git a/lms/envs/common.py b/lms/envs/common.py index 1c39b7953821..d961c05b6f1b 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5322,7 +5322,7 @@ def _should_send_learning_badge_events(settings): # is not a feasible option, since we can't override the SOCIAL_AUTH_PIPELINE from the Django or other plugin configuration, # so we decided to handle it this way and add the necessary logic, directly in the edx-platform code # edx-platform/common/djangoapps/third_party_auth/pipeline.py -# We will define the requried values using the Tutor Pearson plugin. +# We will define the requried values using our Tutor plugin. # Entity ID docs: # https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/tpa_integrate_open/tpa_SAML_IdP.html#add-and-enable-a-saml-identity-provider SAML_IES_ENTITIES_IDS = []