Change text for purchase order (#4599)

This commit is contained in:
Oliver 2023-04-11 23:37:34 +10:00 committed by GitHub
parent 244ad5a08a
commit 25e2126b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,8 +76,8 @@
</ul>
</div>
{% if order.is_pending %}
<button type='button' class='btn btn-primary' id='place-order' title='{% trans "Submit Order" %}'>
<span class='fas fa-paper-plane'></span> {% trans "Submit Order" %}
<button type='button' class='btn btn-primary' id='place-order' title='{% trans "Issue Order" %}'>
<span class='fas fa-paper-plane'></span> {% trans "Issue Order" %}
</button>
{% elif order.is_open %}
<button type='button' class='btn btn-primary' id='receive-order' title='{% trans "Receive items" %}'>