Fix untranslated project title text

Fixes bug #1241380

Change-Id: I8a43ef156fe920661a4f9f07794774d9012ab727
This commit is contained in:
Abhijeet Malawade
2013-10-18 00:19:25 -07:00
parent b1ceedd83e
commit 99d9f5e9c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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 %}

View File

@@ -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 %}