Changeset 8659
- Timestamp:
- 04/23/2019 05:34:37 PM (6 years ago)
- 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 20 20 <td class="tix-left"> 21 21 <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> 23 23 </label> 24 24 </td> … … 31 31 <td class="tix-left"> 32 32 <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> 34 34 </label> 35 35 </td> … … 42 42 <td class="tix-left"> 43 43 <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> 45 45 </label> 46 46 </td>
Note: See TracChangeset
for help on using the changeset viewer.