Fixed some missing translations

This commit is contained in:
PCoder 2017-07-16 16:52:53 +05:30
commit f4d3d53d0c
2 changed files with 6 additions and 7 deletions

View file

@ -98,7 +98,7 @@
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;"
id="payment_button_with_creditcard" class="btn btn-success"
type="submit">
{% trans "Submit" %}
{%trans "Submit" %}
</button>
</div>
</div>
@ -133,8 +133,7 @@
</div>
<div class="col-xs-12">
<div class="col-xs-6 pull-right">
<button class="btn btn-success stripe-payment-btn" type="submit">{% trans
"Submit" %}
<button class="btn btn-success stripe-payment-btn" type="submit">{%trans "Submit" %}
</button>
</div>
</div>
@ -169,7 +168,7 @@
{% if stripe_key %}
{% get_current_language as LANGUAGE_CODE %}
<script type="text/javascript">
window.processing_text = '{% trans "Processing" %}';
window.processing_text = '{%trans "Processing" %}';
(function () {
window.stripeKey = "{{stripe_key}}";