@@ 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