From 10b8131d70fbd258dfbbdf651b537a24c3f580fd Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Tue, 16 Feb 2021 20:15:48 +0500 Subject: [PATCH] Removed extra latters from studio dashboard (#26578) --- cms/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 3fdcac27d9..723bfa694e 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -339,7 +339,7 @@ from openedx.core.djangolib.js_utils import ( % if split_studio_home: ${_("Libraries")} % else: - ${_("Libraries")}sss + ${_("Libraries")} % endif % endif