~singpolyma/sgx-jmp

4922e6b5318b2a7f6cdaf2881fbe47575e7804e5 — Stephen Paul Weber 3 years ago decdb12
Alt registration payment wording
1 files changed, 4 insertions(+), 3 deletions(-)

M lib/registration.rb
M lib/registration.rb => lib/registration.rb +4 -3
@@ 419,9 419,10 @@ class Registration
				form = Blather::Stanza::X.new(:result)
				form.title = "Activate by Mail or eTransfer"
				form.instructions =
					"We support payment by postal mail or, in Canada, by Interac " \
					"eTransfer.  Minimum deposit for a new account is " \
					"$#{CONFIG[:activation_amount]}"
					"Activate your account by sending at least " \
					"$#{CONFIG[:activation_amount]}\nWe support payment by " \
					"postal mail or, in Canada, by Interac eTransfer.\n\n" \
					"You will receive a notification when your payment is complete."

				form.fields = fields.to_a
				form