Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mention of payment conf. to bank transfer #888

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<%= t(".paragraph_2") %>
</p>

<p>
<%= t(".paragraph_3") %>
</p>

<p>
<%= link_to(t(".link_text"),
back_confirm_bank_transfer_forms_path(@confirm_bank_transfer_form.token)) %>
Expand Down
3 changes: 2 additions & 1 deletion config/locales/forms/confirm_bank_transfer_forms/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ en:
title: Pay by bank transfer
heading: Registration takes longer if you pay by bank transfer
paragraph_1: "In order to pay by bank transfer, you will need to follow the instructions on the next screen and email us to confirm payment. This will take approximately 5 working days."
paragraph_2: "In most cases we can provide instant confirmation if you pay by card."
paragraph_2: "We do not send a payment confirmation if you pay by bank transfer."
paragraph_3: "In most cases we can provide instant confirmation if you pay by card."
link_text: "Go back to pay by credit or debit card instead"
next_button: "Confirm you’ll pay by bank transfer"