diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html index 541a0b129c..346332819b 100644 --- a/lms/templates/courseware/info.html +++ b/lms/templates/courseware/info.html @@ -50,9 +50,7 @@ $(document).ready(function(){ % if studio_url is not None and masquerade and masquerade.role == 'staff':
- ${_("View Updates in {studio_name}").format( - studio_name=settings.STUDIO_SHORT_NAME, - )} + ${_("View Updates in Studio")}
% endif