Skip to content
Snippets Groups Projects
Commit c815489b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add hint for bank transfer duration

parent a8080632
No related branches found
No related tags found
No related merge requests found
Pipeline #10428 passed
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
}, },
"prepay": { "prepay": {
"name": "Bank transfer", "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": { "email": {
"label": "E-mail address", "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." "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 @@ ...@@ -72,4 +73,4 @@
"submit": "Make payment", "submit": "Make payment",
"loading": "Payment method is loaded" "loading": "Payment method is loaded"
} }
} }
\ No newline at end of file
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<label for="email"><%= req.t("payments.prepay.email.label", {ns: "checkout"}) _%></label> <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> <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.email.description", {ns: "checkout"}) _%></div>
<div><%= req.t("payments.prepay.duration", {ns: "checkout", escapeInterpolation: false}) _%></div>
</div> </div>
<%_ } _%> <%_ } _%>
<%- include("../templates/revocation") -%> <%- include("../templates/revocation") -%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment