From ba22e703d60de5688a586747cd13098af9e76ce3 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 26 Sep 2018 16:37:49 -0400 Subject: [PATCH] Update message for ok button Update to 'Got it, Thanks!' --- 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 d4fc578..6518098 100755 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -757,7 +757,7 @@ jQuery(function($){ width: 500, height: 200, buttons: [{ - text: "Got it!", + text: "Got it, Thanks!", click: function(){ // $(this).dialog('destroy'); $(this).dialog('close').dialog('destroy').remove(); -- 2.17.1