Correct the typos

This commit is contained in:
htdat
2017-04-22 15:49:49 +07:00
parent 8df0f11869
commit 941438dda8
+5 -4
View File
@@ -6,6 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
/** /**
* Settings for 1Pay Gateway. * Settings for 1Pay Gateway.
* @since 1.3
*/ */
return array( return array(
'enabled' => array( 'enabled' => array(
@@ -52,7 +53,7 @@ return array(
'access_code' => array( 'access_code' => array(
'title' => __( 'Access Code', 'woocommerce' ), 'title' => __( 'Access Code', 'woocommerce' ),
'type' => 'text', 'type' => 'text',
'description' => __( 'Get your Access Code from from OnePay.', 'woo-viet' ), 'description' => __( 'Get your Access Code from OnePay.', 'woo-viet' ),
'default' => '', 'default' => '',
'desc_tip' => true, 'desc_tip' => true,
'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' ) 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' )
@@ -60,7 +61,7 @@ return array(
'secure_secret' => array( 'secure_secret' => array(
'title' => __( 'Secure Secret', 'woocommerce' ), 'title' => __( 'Secure Secret', 'woocommerce' ),
'type' => 'text', 'type' => 'text',
'description' => __( 'Get your Secure Secret from from OnePay.', 'woo-viet' ), 'description' => __( 'Get your Secure Secret from OnePay.', 'woo-viet' ),
'default' => '', 'default' => '',
'desc_tip' => true, 'desc_tip' => true,
'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' ) 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' )
@@ -68,7 +69,7 @@ return array(
'user' => array( 'user' => array(
'title' => __( 'User for queryDR. Test value: op01', 'woocommerce' ), 'title' => __( 'User for queryDR. Test value: op01', 'woocommerce' ),
'type' => 'text', 'type' => 'text',
'description' => __( 'Get your user info from from OnePay.', 'woo-viet' ), 'description' => __( 'Get your user info from OnePay.', 'woo-viet' ),
'default' => '', 'default' => '',
'desc_tip' => true, 'desc_tip' => true,
'placeholder' => __( 'Required. Provided by OnePay', 'woo-viet' ) 'placeholder' => __( 'Required. Provided by OnePay', 'woo-viet' )
@@ -76,7 +77,7 @@ return array(
'password' => array( 'password' => array(
'title' => __( 'Password for queryDR. Test value: op123456', 'woocommerce' ), 'title' => __( 'Password for queryDR. Test value: op123456', 'woocommerce' ),
'type' => 'text', 'type' => 'text',
'description' => __( 'Get your password info from from OnePay.', 'woo-viet' ), 'description' => __( 'Get your password info from OnePay.', 'woo-viet' ),
'default' => '', 'default' => '',
'desc_tip' => true, 'desc_tip' => true,
'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' ) 'placeholder' => __( 'Required. Provided by OnePay.', 'woo-viet' )