summaryrefslogtreecommitdiff
path: root/openstack_dashboard
diff options
context:
space:
mode:
authorAndrew Bramley <andrew@tesora.com>2014-07-09 13:34:26 -0400
committerAndrew Bramley <andrew@tesora.com>2014-07-09 13:34:26 -0400
commit20efe03620150ef410070c84e6dcbb318a7d565e (patch)
tree69fa5174cf26382ef1221bd220eb5b11a6b9ac5b /openstack_dashboard
parent5323bb1bdfc518e5d59789c4a8033e2299e63236 (diff)
downloadhorizon-20efe03620150ef410070c84e6dcbb318a7d565e.tar.gz
Trove Details pages should be plural
Currently the Trove Database Detail and the Database Backup Detail pages are using the non plural 'Detail'. To be consistent with other dashboard screens such as compute instances / images etc we should use 'Details' rather than 'Detail' Change-Id: I7ed63e68f8d8b7712d690639cd485b420406f8ef Closes-Bug: #1336851
Diffstat (limited to 'openstack_dashboard')
-rw-r--r--openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html4
-rw-r--r--openstack_dashboard/dashboards/project/databases/templates/databases/detail.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html b/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html
index b8f9b18d8..0565c97c9 100644
--- a/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html
+++ b/openstack_dashboard/dashboards/project/database_backups/templates/database_backups/details.html
@@ -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 %}
diff --git a/openstack_dashboard/dashboards/project/databases/templates/databases/detail.html b/openstack_dashboard/dashboards/project/databases/templates/databases/detail.html
index 152e37c89..1354c1ba1 100644
--- a/openstack_dashboard/dashboards/project/databases/templates/databases/detail.html
+++ b/openstack_dashboard/dashboards/project/databases/templates/databases/detail.html
@@ -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 %}