Exclude Data Center naming

Change-Id: I4cdc213481286ef4e2e7a081e55243483c631810
This commit is contained in:
Ekaterina Fedorova 2013-05-22 04:28:47 -04:00
parent fa8f8e02dc
commit ad6b0ea6a3
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
{% load i18n %}
<p>{% blocktrans %}Data Center is an instance with different services.{% endblocktrans %}</p>
<p>{% blocktrans %} Environment is a logical unit for all Services.{% endblocktrans %}</p>

View File

@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Windows Data Center" %}{% endblock %}
{% block title %}{% trans "Create Environment" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Windows Data Center") %}
{% include "horizon/common/_page_header.html" with title=_("Create Environment") %}
{% endblock page_header %}
{% block main %}