diff --git a/cms/templates/register.html b/cms/templates/register.html index 4c527a03bf..609dbc141e 100644 --- a/cms/templates/register.html +++ b/cms/templates/register.html @@ -41,7 +41,7 @@
  • ## Translators: This is the placeholder text for a field that asks the user to pick a username - + ${_("This will be used in public discussions with your courses and in our edX101 support forums")}
  • @@ -91,7 +91,7 @@
    -

    ${_("How technically savvy do I need to be to create courses in {studio_name}?")}

    +

    ${_("How technically savvy do I need to be to create courses in {studio_name}?").format(studio_name=settings.STUDIO_SHORT_NAME)}

    ${_("{studio_name} is designed to be easy to use by almost anyone familiar with common web-based authoring environments (Wordpress, Moodle, etc.). No programming knowledge is required, but for some of the more advanced features, a technical background would be helpful. As always, we are here to help, so don't hesitate to dive right in.").format( studio_name=settings.STUDIO_SHORT_NAME, )}