diff --git a/cms/templates/index.html b/cms/templates/index.html index 8bf79551c7..947aa86512 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -2,7 +2,7 @@ <%inherit file="base.html" /> <%def name="online_help_token()"><% return "home" %>%def> -<%block name="title">${_("Studio Home")}%block> +<%block name="title">${_("{studio_name} Home").format(studio_name=settings.STUDIO_SHORT_NAME)}%block> <%block name="bodyclass">is-signedin index view-dashboard%block> <%block name="requirejs"> @@ -14,7 +14,7 @@ <%block name="content">