summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-06-18 10:12:16 -0400
committerDan Prince <dprince@redhat.com>2015-06-18 10:13:01 -0400
commit263a8dd7496163fab8fd418a8aee9a9864a92077 (patch)
treeaa18f5a92f6910d6fcb0bf43b29196ff505650c2
parentade568033e58a57519262f34c62893c364616f44 (diff)
downloadtuskar-ui-263a8dd7496163fab8fd418a8aee9a9864a92077.tar.gz
Reword deployment initialize message
A slight restructuring to the deployment initialization message so things are a bit more clear. Change-Id: I8b5330dca527b7137fb8229102442ec0c52e9985
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_initialize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_initialize.html b/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_initialize.html
index be537ed4..af29031e 100644
--- a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_initialize.html
+++ b/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_initialize.html
@@ -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 %}