Merge "Trove Details pages should be plural"

This commit is contained in:
Jenkins 2014-07-12 03:06:33 +00:00 committed by Gerrit Code Review
commit 89441b99c1
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n sizeformat %}
{% block title %}{% trans "Backup Detail" %}{% endblock %}
{% block title %}{% trans "Backup Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Backup Detail: ")|add:backup.name %}
{% include "horizon/common/_page_header.html" with title=_("Backup Details: ")|add:backup.name %}
{% endblock page_header %}
{% block main %}

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n sizeformat %}
{% block title %}{% trans "Database Detail" %}{% endblock %}
{% block title %}{% trans "Database Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Database Detail: ")|add:instance.name %}
{% include "horizon/common/_page_header.html" with title=_("Database Details: ")|add:instance.name %}
{% endblock page_header %}
{% block main %}