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" %> -<%block name="title">${_("Studio Home")} +<%block name="title">${_("{studio_name} Home").format(studio_name=settings.STUDIO_SHORT_NAME)} <%block name="bodyclass">is-signedin index view-dashboard <%block name="requirejs"> @@ -14,7 +14,7 @@ <%block name="content">
-

${_("Studio Home")}

+

${_("{studio_name} Home").format(studio_name=settings.STUDIO_SHORT_NAME)}

% if user.is_active: