From 5ea4bd3ac48180a753d00b24fb00edcbe70d9cca Mon Sep 17 00:00:00 2001 From: Brady Vercher Date: Mon, 18 Mar 2013 11:09:08 -0700 Subject: [PATCH] Fix Mijireh checkout typo. --- classes/gateways/mijireh/class-wc-gateway-mijireh.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/gateways/mijireh/class-wc-gateway-mijireh.php b/classes/gateways/mijireh/class-wc-gateway-mijireh.php index 1a220db3b43..9369d45d123 100644 --- a/classes/gateways/mijireh/class-wc-gateway-mijireh.php +++ b/classes/gateways/mijireh/class-wc-gateway-mijireh.php @@ -141,7 +141,7 @@ class WC_Gateway_Mijireh extends WC_Payment_Gateway { 'description' => array( 'title' => __( 'Description', 'woocommerce' ), 'type' => 'textarea', - 'default' => __( 'Pay securely with you credit card.', 'woocommerce' ), + 'default' => __( 'Pay securely with your credit card.', 'woocommerce' ), 'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce' ), ), ); @@ -393,4 +393,4 @@ class WC_Gateway_Mijireh extends WC_Payment_Gateway { echo 'Preview Checkout Page

'; echo ""; } -} \ No newline at end of file +}