Merge "Trove Details pages should be plural"
This commit is contained in:
commit
89441b99c1
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user