From 263a8dd7496163fab8fd418a8aee9a9864a92077 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 18 Jun 2015 10:12:16 -0400 Subject: Reword deployment initialize message A slight restructuring to the deployment initialization message so things are a bit more clear. Change-Id: I8b5330dca527b7137fb8229102442ec0c52e9985 --- .../templates/infrastructure/overview/deployment_initialize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -

{% trans "Your OpenStack cloud is deployed but it needs to get initialized in order to get live." %}

+

{% trans "Your OpenStack cloud is successfully deployed. Before using the cloud you must now initialize it." %}

{% endblock %} {% block deployment-buttons %} -- cgit v1.2.1