From 941438dda81004b18a3eaa34e39e4ae92a159959 Mon Sep 17 00:00:00 2001 From: htdat Date: Sat, 22 Apr 2017 15:49:49 +0700 Subject: [PATCH] Correct the typos --- inc/onepay/domestic-settings.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inc/onepay/domestic-settings.php b/inc/onepay/domestic-settings.php index 99dcc41..9ac09bc 100644 --- a/inc/onepay/domestic-settings.php +++ b/inc/onepay/domestic-settings.php @@ -6,6 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { /** * Settings for 1Pay Gateway. + * @since 1.3 */ return array( 'enabled' => array( @@ -52,7 +53,7 @@ return array( 'access_code' => array( 'title' => __( 'Access Code', 'woocommerce' ), 'type' => 'text', - 'description' => __( 'Get your Access Code from from OnePay.', 'woo-viet' ), + 'description' => __( 'Get your Access Code from OnePay.', 'woo-viet' ), 'default' => '', 'desc_tip' => true, 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' ) @@ -60,7 +61,7 @@ return array( 'secure_secret' => array( 'title' => __( 'Secure Secret', 'woocommerce' ), 'type' => 'text', - 'description' => __( 'Get your Secure Secret from from OnePay.', 'woo-viet' ), + 'description' => __( 'Get your Secure Secret from OnePay.', 'woo-viet' ), 'default' => '', 'desc_tip' => true, 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' ) @@ -68,7 +69,7 @@ return array( 'user' => array( 'title' => __( 'User for queryDR. Test value: op01', 'woocommerce' ), 'type' => 'text', - 'description' => __( 'Get your user info from from OnePay.', 'woo-viet' ), + 'description' => __( 'Get your user info from OnePay.', 'woo-viet' ), 'default' => '', 'desc_tip' => true, 'placeholder' => __( 'Required. Provided by OnePay', 'woo-viet' ) @@ -76,7 +77,7 @@ return array( 'password' => array( 'title' => __( 'Password for queryDR. Test value: op123456', 'woocommerce' ), 'type' => 'text', - 'description' => __( 'Get your password info from from OnePay.', 'woo-viet' ), + 'description' => __( 'Get your password info from OnePay.', 'woo-viet' ), 'default' => '', 'desc_tip' => true, 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' )