mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
Correct the typos
This commit is contained in:
@@ -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' )
|
||||||
|
|||||||
Reference in New Issue
Block a user