diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
index 642b5f7b71..cac82c3a9b 100644
--- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
+++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
@@ -56,7 +56,7 @@ email itself. -->
+ height="30" alt="{% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %}"/>
|
{% trans "Sign In" %}
diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
index f99e4ac307..43dfe96b9e 100644
--- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
+++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
@@ -1,5 +1,11 @@
+{% load i18n %}
+
-{% block title %}edX Email{% endblock %}
+
+ {% block title %}
+ {% trans "edX Email" %}
+ {% endblock %}
+
|