From 7259659dad0e7dddf0de69b3ca83772c87a00a1a Mon Sep 17 00:00:00 2001 From: cryptochangements34 Date: Wed, 24 Jan 2018 16:44:08 -0600 Subject: [PATCH] font colors --- monero/include/monero_payments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index ce8343f..24a089c 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -332,11 +332,11 @@ class Monero_Gateway extends WC_Payment_Gateway } if($this->confirmed == false) { - echo "

We are waiting for your transaction to be confirmed

"; + echo "

We are waiting for your transaction to be confirmed

"; } if($this->confirmed) { - echo "

Your transaction has been successfully confirmed!

"; + echo "

Your transaction has been successfully confirmed!

"; } echo "