Plugin Directory

Changeset 2280022


Ignore:
Timestamp:
04/09/2020 09:03:39 AM (6 years ago)
Author:
loopingo
Message:

Content improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • loopingo/trunk/loopingo.php

    r2279008 r2280022  
    8181    add_settings_field(
    8282        'loo_select_field_2',
    83         __( 'Where should the Widget be placed?', 'loopingo' ),
     83        __( 'Where should the widget be placed?', 'loopingo' ),
    8484        'loo_select_field_2_render',
    8585        'pluginPage',
     
    116116function loo_settings_section_callback() {
    117117
    118     echo esc_html__( 'You can turn loopingo on the thank you page from WooCommerce on or off.', 'loopingo' );
     118    echo esc_html__( 'This plugin places loopingo incentives on your WooCommerce thank you page.', 'loopingo' );
    119119    echo '<br>';
    120120    echo esc_html__( 'A token must be inserted in order to use loopingo.', 'loopingo' );
Note: See TracChangeset for help on using the changeset viewer.