Changed the 'Place Order' text in payment to Submit

This commit is contained in:
PCoder 2017-07-10 11:42:44 +05:30
commit fb7df2fdfc
2 changed files with 7 additions and 6 deletions

View file

@ -97,7 +97,7 @@
</div>
<div class="col-xs-12">
<div class="col-xs-6 pull-right">
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" class="btn btn-success" type="submit">{% trans "Place Order" %}</button>
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" class="btn btn-success" type="submit">{% trans "Submit" %}</button>
</div>
</div>
</div>