From 9f29a889a6f3473ef268392da071553128cbc88f Mon Sep 17 00:00:00 2001 From: Douglas Hall Date: Thu, 22 Sep 2016 14:18:50 -0400 Subject: [PATCH] Fix marketing link key typo --- openedx/core/djangoapps/user_api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/user_api/views.py b/openedx/core/djangoapps/user_api/views.py index 70215786c7..2d62520990 100644 --- a/openedx/core/djangoapps/user_api/views.py +++ b/openedx/core/djangoapps/user_api/views.py @@ -807,7 +807,7 @@ class RegistrationView(APIView): # Translators: This is a legal document users must agree to # in order to register a new account. terms_label = _(u"Terms of Service") - terms_link = marketing_link("TIS") + terms_link = marketing_link("TOS") terms_text = _(u"Review the Terms of Service") # Translators: "Terms of service" is a legal document users must agree to