btn text changed 'View Details' -> 'View Invoice'

This commit is contained in:
Arvind Tiwari 2017-08-31 15:59:22 +05:30
parent e91ea758e3
commit 9bcd064aae

View file

@ -40,7 +40,7 @@
{% endif %} {% endif %}
</td> </td>
<td class="text-right last-td"> <td class="text-right last-td">
<a class="btn btn-order-detail alt-text" href="{% url 'hosting:orders' order.pk %}" data-alt="{% trans 'See Invoice' %}">{% trans "View Detail" %}</a> <a class="btn btn-order-detail" href="{% url 'hosting:orders' order.pk %}">{% trans 'See Invoice' %}</a>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}