Fix untranslated project title text
Fixes bug #1241380 Change-Id: I8a43ef156fe920661a4f9f07794774d9012ab727
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block title %}{% trans "Backup Detail" %}{% 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 Detail: ")|add:backup.name %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}{% trans "Database Detail" %}{% 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 Detail: ")|add:instance.name %}
|
||||
{% endblock page_header %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
Reference in New Issue
Block a user