diff --git a/pass/lang/en/checkout.json b/pass/lang/en/checkout.json index 4eba908a17810bc0209e9b0f828e66106585d91c..13c084fda69d34b94979402f6fdc2328f210d436 100644 --- a/pass/lang/en/checkout.json +++ b/pass/lang/en/checkout.json @@ -20,6 +20,7 @@ }, "prepay": { "name": "Bank transfer", + "duration": "Hint: Bank transfers can take up to one or two bank working days to be processed. If you want your order being processed immediately please consider another payment method.", "email": { "label": "E-mail address", "description": "To this address you will be sent one-time information about our bank details and a notification when the payment is completed." @@ -72,4 +73,4 @@ "submit": "Make payment", "loading": "Payment method is loaded" } -} \ No newline at end of file +} diff --git a/pass/views/checkout/micropayment.ejs b/pass/views/checkout/micropayment.ejs index cc90f08f79f08d5508df53e827109efa1fa2b84f..5352eb5fb8dfed494e4509f8145d060762948580 100644 --- a/pass/views/checkout/micropayment.ejs +++ b/pass/views/checkout/micropayment.ejs @@ -5,6 +5,7 @@ <label for="email"><%= req.t("payments.prepay.email.label", {ns: "checkout"}) _%></label> <input type="email" name="email" id="email" placeholder="max@mustermann.de" required autofocus> <div><%= req.t("payments.prepay.email.description", {ns: "checkout"}) _%></div> + <div><%= req.t("payments.prepay.duration", {ns: "checkout", escapeInterpolation: false}) _%></div> </div> <%_ } _%> <%- include("../templates/revocation") -%>