Navigation Menu

Skip to content

Commit

Permalink
Removed subheading from Overview pages.
Browse files Browse the repository at this point in the history
  * fixes bug 944490

Change-Id: I1601413125263bd1c1b2863cdcdcf07e8361b4c8
  • Loading branch information
emmasteimann committed Mar 2, 2012
1 parent 2fd7e91 commit 309a724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion horizon/dashboards/nova/templates/nova/overview/usage.html
Expand Up @@ -3,7 +3,7 @@
{% block title %}Instance Overview{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows your cloud usage.</small>" %}
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
{% endblock page_header %}

{% block dash_main %}
Expand Down
Expand Up @@ -3,7 +3,7 @@
{% block title %}{% trans "Usage Overview" %}{% endblock %}

{% block page_header %}
{% include "horizon/common/_page_header.html" with title="Overview: "|add:"<small>This page shows overall cloud usage.</small>" %}
{% include "horizon/common/_page_header.html" with title=_("Overview") %}
{% endblock page_header %}

{% block main %}
Expand Down

0 comments on commit 309a724

Please sign in to comment.