Commit 9f29a889 by Douglas Hall

Fix marketing link key typo

parent 1b1bb948
...@@ -807,7 +807,7 @@ class RegistrationView(APIView): ...@@ -807,7 +807,7 @@ class RegistrationView(APIView):
# Translators: This is a legal document users must agree to # Translators: This is a legal document users must agree to
# in order to register a new account. # in order to register a new account.
terms_label = _(u"Terms of Service") terms_label = _(u"Terms of Service")
terms_link = marketing_link("TIS") terms_link = marketing_link("TOS")
terms_text = _(u"Review the Terms of Service") terms_text = _(u"Review the Terms of Service")
# Translators: "Terms of service" is a legal document users must agree to # Translators: "Terms of service" is a legal document users must agree to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment