Merge "Fix some not-consistent titles for virtual routers management"

This commit is contained in:
Jenkins
2013-04-08 10:50:44 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{% block title %}{% trans "Create Router" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create a Router") %}
{% include "horizon/common/_page_header.html" with title=_("Create Router") %}
{% endblock page_header %}
{% block main %}

View File

@@ -3,7 +3,7 @@
{% block title %}{% trans "Router Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Router Detail") %}
{% include "horizon/common/_page_header.html" with title=_("Router Details") %}
{% endblock page_header %}
{% block main %}