Plugin Directory

Changeset 2314716


Ignore:
Timestamp:
05/29/2020 07:12:19 PM (6 years ago)
Author:
pcis
Message:

Additional minor text fixes

Location:
zsquared-connector-for-zoho-inventory
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zsquared-connector-for-zoho-inventory/tags/1.0/include/ZsqConnectorOptions.php

    r2314696 r2314716  
    209209        }
    210210        echo '<input name="zsq_inv_order_prefix" id="zsq_inv_order_prefix" type="text" placeholder="ZC" value="' . $order_prefix . '" />';
    211         echo '<br /><small>Order Numbers will be sent to zoho inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';
     211        echo '<br /><small>Order Numbers will be sent to Zoho Inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';
    212212        register_setting('zsq_inv_fields', 'zsq_inv_order_prefix');
    213213    }
  • zsquared-connector-for-zoho-inventory/tags/1.0/templates/options.php

    r2314708 r2314716  
    6464        <div class="zspl-sync-settings">
    6565            <h2>Add/change Inventory Items (Optional)</h2>
    66             <p>Use the button below to add/update all products from zoho inventory to woocommerce.</p>
     66            <p>Use the button below to add/update all products from Zoho Inventory to Woocommerce.</p>
    6767            <p><strong>
    6868                    Note: Products will be created if their SKU is not already assigned to an existing Woocommerce Product;
  • zsquared-connector-for-zoho-inventory/trunk/include/ZsqConnectorOptions.php

    r2314696 r2314716  
    209209        }
    210210        echo '<input name="zsq_inv_order_prefix" id="zsq_inv_order_prefix" type="text" placeholder="ZC" value="' . $order_prefix . '" />';
    211         echo '<br /><small>Order Numbers will be sent to zoho inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';
     211        echo '<br /><small>Order Numbers will be sent to Zoho Inventory in the format ' . $order_prefix . '-XXXX-DDMMYY</small>';
    212212        register_setting('zsq_inv_fields', 'zsq_inv_order_prefix');
    213213    }
  • zsquared-connector-for-zoho-inventory/trunk/templates/options.php

    r2314708 r2314716  
    6464        <div class="zspl-sync-settings">
    6565            <h2>Add/change Inventory Items (Optional)</h2>
    66             <p>Use the button below to add/update all products from zoho inventory to woocommerce.</p>
     66            <p>Use the button below to add/update all products from Zoho Inventory to Woocommerce.</p>
    6767            <p><strong>
    6868                    Note: Products will be created if their SKU is not already assigned to an existing Woocommerce Product;
Note: See TracChangeset for help on using the changeset viewer.