From 2140291ce820673d0cb9b76da76f9e7838b4aa24 Mon Sep 17 00:00:00 2001 From: serhack <27734319+serhack@users.noreply.github.com> Date: Sun, 12 Nov 2017 11:40:45 +0100 Subject: [PATCH] Update monero_payments.php --- monero/include/monero_payments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index d3cb658..b7e2efc 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -87,26 +87,26 @@ class Monero_Gateway extends WC_Payment_Gateway 'desc_tip' => __('Monero Wallet Address', 'monero_gateway') ), 'daemon_host' => array( - 'title' => __('Daemon Host/ IP', 'monero_gateway'), + 'title' => __('Monero wallet rpc Host/ IP', 'monero_gateway'), 'type' => 'text', 'desc_tip' => __('This is the Daemon Host/IP to authorize the payment with port', 'monero_gateway'), 'default' => 'localhost', ), 'daemon_port' => array( - 'title' => __('Daemon PORT', 'monero_gateway'), + 'title' => __('Monero wallet rpc port', 'monero_gateway'), 'type' => 'text', 'desc_tip' => __('This is the Daemon Host/IP to authorize the payment with port', 'monero_gateway'), 'default' => '18080', ), 'username' => array( - 'title' => __('Daemon username', 'monero_gateway'), + 'title' => __('Monero Wallet username', 'monero_gateway'), 'desc_tip' => __('This is the username that you used with your monero wallet-rpc', 'monero_gateway'), 'type' => __('text'), 'default' => __('username', 'monero_gateway'), ), 'password' => array( - 'title' => __('Daemon password', 'monero_gateway'), + 'title' => __('Monero wallet RPC password', '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'), 'type' => __('text'),