From 9a4e9aefe343c5f4c78f1fc1786acb9741ca565d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 8 Oct 2018 15:24:23 -0400 Subject: [PATCH] Update text on the reg not complete pop up. Updating the text for the dialog. --- views/front/registrations/registration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 6b18058..1ecd95b 100755 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -780,7 +780,7 @@ jQuery(function($){ }, buttons: [ { - text: "Close", + text: "Got it, Thanks", click: function() { resetNotSubmittedTimer(); $(this).dialog("close"); -- 2.17.1