summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-06 14:04:55 +0000
committerGerrit Code Review <review@openstack.org>2015-03-06 14:04:55 +0000
commit4433853fe4924ab4680e3016d6ad4d66f1fb805d (patch)
tree813ed0a1e9e5afcc8070bea91b152d26cd13d960
parent465e3c0e4eec25e00258b56ad7fa0fc09066a44a (diff)
parentbf21c6eef1d7fc6548ae610e987b3289716ae8e1 (diff)
downloadtuskar-ui-4433853fe4924ab4680e3016d6ad4d66f1fb805d.tar.gz
Merge "Make the button label match wireframes"
-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 %}