diff --git a/forms/migrate_billing.rb b/forms/migrate_billing.rb index 15cd85cf055e9a360e8b1573387f3f28985c4afb..eeb1952ddf6ede672dd5451e90946a807c4b535b 100644 --- a/forms/migrate_billing.rb +++ b/forms/migrate_billing.rb @@ -23,7 +23,7 @@ field( }, { value: "mail", - label: "Mail or eTransfer" + label: "Mail or Interac e-Transfer" } ] ) diff --git a/forms/registration/activate.rb b/forms/registration/activate.rb index 20e6705862b7e9fd486f7aa5738771e39643798b..9b788436ca8e7405d29401b808d9a12ab9427aae 100644 --- a/forms/registration/activate.rb +++ b/forms/registration/activate.rb @@ -28,7 +28,7 @@ field( }, { value: "mail", - label: "Mail or eTransfer" + label: "Mail or Interac e-Transfer" } ] ) diff --git a/lib/alt_top_up_form.rb b/lib/alt_top_up_form.rb index f3436a23deecc712d44fd61642befe0886ec03db..916224ed0e05d0ebc19bb0800347888594d4c2e1 100644 --- a/lib/alt_top_up_form.rb +++ b/lib/alt_top_up_form.rb @@ -22,7 +22,7 @@ class AltTopUpForm form.title = "Buy Account Credit" form.instructions = "Besides credit cards, we support payment by Bitcoin, postal mail, " \ - "or in Canada by Interac eTransfer." + "or in Canada by Interac e-Transfer." form.fields = fields.to_a form @@ -66,7 +66,7 @@ class AltTopUpForm IS_CAD = [{ var: "adr", type: "fixed", - label: "Interac eTransfer Address", + label: "Interac e-Transfer Address", description: "Please include your Jabber ID in the note", value: CONFIG[:interac] }].freeze diff --git a/lib/registration.rb b/lib/registration.rb index 7597ba33f49b8c83613b1c3a65d5ba5b09e34b19..79230d88f317fdc3a68cf612d0caa2d5db121977 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -379,11 +379,11 @@ class Registration def form form = Blather::Stanza::X.new(:result) - form.title = "Activate by Mail or eTransfer" + form.title = "Activate by Mail or Interac e-Transfer" form.instructions = "Activate your account by sending at least " \ "$#{CONFIG[:activation_amount]}\nWe support payment by " \ - "postal mail or, in Canada, by Interac eTransfer.\n\n" \ + "postal mail or, in Canada, by Interac e-Transfer.\n\n" \ "You will receive a notification when your payment is complete." \ "#{@final_message}" diff --git a/sgx_jmp.rb b/sgx_jmp.rb index f60bb0b9984c31fcc9504f9b55a886a5486e1996..da41e128c7f896638caa13afce5402e3524c18df 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -562,7 +562,7 @@ Command.new( Command.new( "alt top up", - "Buy Account Credit by Bitcoin, Mail, or Interac eTransfer", + "Buy Account Credit by Bitcoin, Mail, or Interac e-Transfer", list_for: ->(customer:, **) { !!customer&.currency } ) { Command.customer.then { |customer|