Making WordPress.org


Ignore:
Timestamp:
04/23/2019 05:34:37 PM (5 years ago)
Author:
coreymckrill
Message:

WordCamp ticket invoices: Update form wording, give props

  • Simplify the wording on the invoice request form.
  • In the original commit that added the plugin, I forgot to include the props for the plugin authors, so adding them here instead.

Props willybahuaud, simonjanin, iceable, avillegasn, tfrommen, nem-c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-form.php

    r8657 r8659  
    2020                <td class="tix-left">
    2121                    <label for="invoice-email">
    22                         <?php echo esc_html__( 'Email for the invoice to be sent to', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
     22                        <?php echo esc_html__( 'Recipient email', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
    2323                    </label>
    2424                </td>
     
    3131                <td class="tix-left">
    3232                    <label for="invoice-name">
    33                         <?php echo esc_html__( 'Name or organisation that the invoice should be made out to', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
     33                        <?php echo esc_html__( 'Recipient name or organisation', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
    3434                    </label>
    3535                </td>
     
    4242                <td class="tix-left">
    4343                    <label for="invoice-address">
    44                         <?php echo esc_html__( 'Street address', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
     44                        <?php echo esc_html__( 'Recipient street address', 'wordcamporg' ); ?><span class="tix-required-star">*</span>
    4545                    </label>
    4646                </td>
Note: See TracChangeset for help on using the changeset viewer.