Some more change in payment page text

This commit is contained in:
PCoder 2017-07-10 22:51:14 +05:30
parent b3a10ca04a
commit 5d40830296
2 changed files with 14 additions and 5 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-10 11:40+0530\n" "POT-Creation-Date: 2017-07-10 22:49+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -376,10 +376,10 @@ msgstr ""
"\"https://stripe.com\" target=\"_blank\">Stripe</a> für die Bezahlung und " "\"https://stripe.com\" target=\"_blank\">Stripe</a> für die Bezahlung und "
"speichern keine Informationen in unserer Datenbank." "speichern keine Informationen in unserer Datenbank."
#: templates/hosting/payment.html:71 templates/hosting/payment.html.py:96 #: templates/hosting/payment.html:71
msgid "" msgid ""
"You are not making any payment yet. After placing your order, you will be " "You are not making any payment yet. After submitting your card information, "
"taken to the Submit Payment Page." "you will be taken to the Confirm Order Page."
msgstr "" msgstr ""
"Es wird noch keine Bezahlung vorgenommen. Nachdem du die Bestellung " "Es wird noch keine Bezahlung vorgenommen. Nachdem du die Bestellung "
"aufgegeben hast, wirst du zu der <a href=\"https://stripe.com\" target=" "aufgegeben hast, wirst du zu der <a href=\"https://stripe.com\" target="
@ -389,6 +389,15 @@ msgstr ""
msgid "Place Order" msgid "Place Order"
msgstr "Bestelle" msgstr "Bestelle"
#: templates/hosting/payment.html:96
msgid ""
"You are not making any payment yet. After placing your order, you will be "
"taken to the Submit Payment Page."
msgstr ""
"Es wird noch keine Bezahlung vorgenommen. Nach der Eingabe deiner "
"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
"weitergeleitet."
#: templates/hosting/payment.html:100 #: templates/hosting/payment.html:100
msgid "Submit" msgid "Submit"
msgstr "Absenden" msgstr "Absenden"

View file

@ -68,7 +68,7 @@
<div class="row"> <div class="row">
<br> <br>
<div class="col-xs-12> <div class="col-xs-12>
<p style="font-family: Lato;border: 1px solid #a1a1a1;border-radius: 3px; padding: 5px; "> {% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}</p> <p style="font-family: Lato;border: 1px solid #a1a1a1;border-radius: 3px; padding: 5px; ">{% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}</p>
</div> </div>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="col-xs-6 pull-right"> <div class="col-xs-6 pull-right">