Changed the 'Place Order' text in payment to Submit

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

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-10 01:57+0530\n"
"POT-Creation-Date: 2017-07-10 11:40+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -385,10 +385,14 @@ msgstr ""
"aufgegeben hast, wirst du zu der <a href=\"https://stripe.com\" target="
"\"_blank\">Stripe</a> Seite weitergeleitet."
#: templates/hosting/payment.html:76 templates/hosting/payment.html.py:100
#: templates/hosting/payment.html:76
msgid "Place Order"
msgstr "Bestelle"
#: templates/hosting/payment.html:100
msgid "Submit"
msgstr "Absenden"
#: templates/hosting/reset_password.html:15
msgid "Reset your password"
msgstr "Passwort zurücksetzen"
@ -535,9 +539,6 @@ msgid ""
"contact Data Center Light Support."
msgstr ""
#~ msgid "Submit Payment"
#~ msgstr "Betrag überweisen"
#~ msgid "CARD NUMBER"
#~ msgstr "Kreditkartennummer"

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>