Skip to content

Commit

Permalink
Merge "Change Edit volume button to save"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 24, 2015
2 parents d241ac1 + 6c61122 commit 798e113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ <h3>{% trans "Description:" %}</h3>
{% endblock %}

{% block modal-footer %}
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Edit Volume" %}" />
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Save" %}" />
<a href="{% url 'horizon:project:volumes:index' %}" class="btn btn-default secondary cancel close">{% trans "Cancel" %}</a>
{% endblock %}

0 comments on commit 798e113

Please sign in to comment.