Update monero_payments.php

This commit is contained in:
serhack 2017-07-24 17:20:46 +02:00 committed by GitHub
parent 58f4921731
commit be681e7212

View file

@ -114,7 +114,7 @@ class Monero_Gateway extends WC_Payment_Gateway
'title' => __('username', 'monero_gateway'), 'title' => __('username', 'monero_gateway'),
'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'), 'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'),
'type' => __('text'), 'type' => __('text'),
'default' => __('username') 'default' => __('username','monero_gateway'),
), ),
'password' => array( 'password' => array(
@ -122,7 +122,7 @@ class Monero_Gateway extends WC_Payment_Gateway
'desc_tip' => __('This is the password that you used with your monero wallet-rpc', 'monero_gateway'), 'desc_tip' => __('This is the password that you used with your monero wallet-rpc', 'monero_gateway'),
'description' => __('you can leave these fields empty if you did not set', 'monero_gateway'), 'description' => __('you can leave these fields empty if you did not set', 'monero_gateway'),
'type' => __('text'), 'type' => __('text'),
'default' => __('password') 'default' => ''
), ),
'environment' => array( 'environment' => array(