Reword deployment initialize message

A slight restructuring to the deployment initialization message so
things are a bit more clear.

Change-Id: I8b5330dca527b7137fb8229102442ec0c52e9985
This commit is contained in:
Dan Prince 2015-06-18 10:12:16 -04:00
parent ade568033e
commit 263a8dd749
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% block deployment-title %}{% trans "Initialization Needed" %}{% endblock %}
{% block deployment-info %}
<p>{% trans "Your OpenStack cloud is deployed but it needs to get initialized in order to get live." %}</p>
<p>{% trans "Your OpenStack cloud is successfully deployed. Before using the cloud you must now initialize it." %}</p>
{% endblock %}
{% block deployment-buttons %}