From 44493149d50a9e2cd2c62d10715b1aa3f492c79e Mon Sep 17 00:00:00 2001 From: gilesholder <40209785+gilesholder@users.noreply.github.com> Date: Wed, 28 Apr 2021 12:36:45 +0100 Subject: [PATCH] Update settings-paypal.php Makes IPN notification title consistent with the other titles (no capital letter starts on new words) --- includes/gateways/paypal/includes/settings-paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/gateways/paypal/includes/settings-paypal.php b/includes/gateways/paypal/includes/settings-paypal.php index d9d56ddaadf..53729429e8e 100644 --- a/includes/gateways/paypal/includes/settings-paypal.php +++ b/includes/gateways/paypal/includes/settings-paypal.php @@ -58,7 +58,7 @@ return array( 'description' => sprintf( __( 'Log PayPal events, such as IPN requests, inside %s Note: this may log personal information. We recommend using this for debugging purposes only and deleting the logs when finished.', 'woocommerce' ), '' . WC_Log_Handler_File::get_log_file_path( 'paypal' ) . '' ), ), 'ipn_notification' => array( - 'title' => __( 'IPN Email Notifications', 'woocommerce' ), + 'title' => __( 'IPN email notifications', 'woocommerce' ), 'type' => 'checkbox', 'label' => __( 'Enable IPN email notifications', 'woocommerce' ), 'default' => 'yes',