Plugin Directory

Changeset 2197563


Ignore:
Timestamp:
11/20/2019 04:49:27 PM (6 years ago)
Author:
lamium
Message:

Updated default text for description and instructions

Location:
lamium-decentralized-crypto-acceptance-and-conversion/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lamium-decentralized-crypto-acceptance-and-conversion/trunk/readme.md

    r2196671 r2197563  
    77 - Requires WooCommerce at least: 2.1
    88 - Tested WooCommerce up to: 3.6.5
    9  - Stable Tag: 2.0.4
     9 - Stable Tag: 2.0.5
    1010 - License: GPLv3
    1111 - License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • lamium-decentralized-crypto-acceptance-and-conversion/trunk/woocommerce-gateway-lamium-accept-crypto-api.php

    r2196671 r2197563  
    99 * Author: Kryptolis AG
    1010 * Author URI: https://www.lamium.io/
    11  * Version: 2.0.4
     11 * Version: 2.0.5
    1212 * Text Domain: woocommerce-gateway-lamium-accept-bitcoin-api
    1313 * Domain Path: /languages/
     
    274274                    'type'        => 'textarea',
    275275                    'description' => __( 'Payment method description that the customer will see on your checkout.', 'wc-gateway-lamium-accept-crypto-api' ),
    276                     'default'     => __( 'Please remit payment to Store Name upon pickup or delivery.', 'wc-gateway-lamium-accept-crypto-api' ),
     276                    'default'     => __( 'Pay the cryptocurrency to the shown QR code', 'wc-gateway-lamium-accept-crypto-api' ),
    277277                    'desc_tip'    => true,
    278278                ),
     
    281281                    'title'       => __( 'Instructions', 'wc-gateway-lamium-accept-crypto-api' ),
    282282                    'type'        => 'textarea',
    283                     'description' => __( 'Instructions that will be added to the thank you page and emails.', 'wc-gateway-lamium-accept-crypto-api' ),
     283                    'description' => __( 'Pay the cryptocurrency to the shown QR code', 'wc-gateway-lamium-accept-crypto-api' ),
    284284                    'default'     => '',
    285285                    'desc_tip'    => true,
Note: See TracChangeset for help on using the changeset viewer.