diff --git a/horizon/dashboards/nova/templates/nova/overview/usage.html b/horizon/dashboards/nova/templates/nova/overview/usage.html index b100f9f3251..ef7f8676d7d 100644 --- a/horizon/dashboards/nova/templates/nova/overview/usage.html +++ b/horizon/dashboards/nova/templates/nova/overview/usage.html @@ -3,7 +3,7 @@ {% block title %}Instance Overview{% endblock %} {% block page_header %} - {% include "horizon/common/_page_header.html" with title="Overview: "|add:"This page shows your cloud usage." %} + {% include "horizon/common/_page_header.html" with title=_("Overview") %} {% endblock page_header %} {% block dash_main %} diff --git a/horizon/dashboards/syspanel/templates/syspanel/overview/usage.html b/horizon/dashboards/syspanel/templates/syspanel/overview/usage.html index 43718ca5dc8..caba370d4fb 100644 --- a/horizon/dashboards/syspanel/templates/syspanel/overview/usage.html +++ b/horizon/dashboards/syspanel/templates/syspanel/overview/usage.html @@ -3,7 +3,7 @@ {% block title %}{% trans "Usage Overview" %}{% endblock %} {% block page_header %} - {% include "horizon/common/_page_header.html" with title="Overview: "|add:"This page shows overall cloud usage." %} + {% include "horizon/common/_page_header.html" with title=_("Overview") %} {% endblock page_header %} {% block main %}