Better text for when used with webview

Stephen Paul Weber created

Change summary

lib/registration.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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)