From a006893431ed6d33b53d7ecf98947e7a92a9cf2e Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 26 Sep 2022 18:43:55 -0500 Subject: [PATCH] Better text for when used with webview --- lib/registration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/registration.rb b/lib/registration.rb index 8b85e75..58c25ab 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) -- 2.38.4