diff --git a/lib/registration.rb b/lib/registration.rb index 8b85e7572d7edb4a1c50a65c03158887ef5ba949..58c25abcff7d146a3684c9dd064427bbc304f169 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -249,7 +249,7 @@ class Registration reply.to.stripped.to_s.gsub("\\", "%5C"), @customer.customer_id ) - oob.desc = "Add credit card, then return here to continue" + oob.desc = "Add credit card, save, then next here to continue" oob end @@ -302,7 +302,7 @@ class Registration "If you were trying a prepaid card, you may wish to use "\ "Privacy.com instead, as they do support international " \ "transactions.\n\n " \ - "You may add another card and then return here" + "You may add another card" def decline_oob(reply) oob = OOB.find_or_create(reply.command)