summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2015-02-27 11:35:20 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2015-03-06 14:34:44 +0100
commitbf21c6eef1d7fc6548ae610e987b3289716ae8e1 (patch)
tree27476ca180edee11e6368f2c2a834a933df0946d
parent5099cfc63c4e188f8639acdb7a0b0d7beee5732d (diff)
downloadtuskar-ui-bf21c6eef1d7fc6548ae610e987b3289716ae8e1.tar.gz
Make the button label match wireframes
Change-Id: Ifb8bf01cd68e62fb67752fc5b82a64b7c54527a4
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_plan.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_plan.html b/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_plan.html
index 6bad88f9..1c8de690 100644
--- a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_plan.html
+++ b/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_plan.html
@@ -35,7 +35,7 @@
{% block deployment-buttons %}
<a href="{% url 'horizon:infrastructure:overview:deploy_confirmation' %}"
class="btn btn-primary ajax-modal btn-default {% if plan_invalid %}disabled{% endif %}">
-<i class="fa fa-lg fa-rocket"></i> {% trans "Deploy" %}
+<i class="fa fa-lg fa-rocket"></i> {% trans "Verify and Deploy" %}
</a>
{% endblock %}