From 110fbd7365f33febbf82670fc102584362fd87e7 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:28:20 -0600 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 4242d9c..cbcb634 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ if (isset($_GET['notice'])) { if ($notice == 'cancel') { echo '
Your transaction was canceled.
'; } elseif ($notice == 'thanks') { - echo '
Thank you for helping us provide this great service!
'; + echo '
Thank you for helping this great service continue to exist!
'; } } ?>