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!
'; } } ?>