Replace "edX Studio" with "{studio_name}"
For theming and internationalization
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
<header class="primary" role="banner">
|
||||
|
||||
<div class="wrapper wrapper-l">
|
||||
## "edX Studio" should not be translated
|
||||
<h1 class="branding"><a href="/"><img src="${static.url("images/edx-studio-logo.png")}" alt="edX Studio" /></a></h1>
|
||||
<h1 class="branding"><a href="/"><img src="${static.url("images/edx-studio-logo.png")}" alt="${settings.STUDIO_NAME}" /></a></h1>
|
||||
|
||||
% if context_course:
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user