Skip to content

Commit

Permalink
Payments: Add instructions for selecting a QBO community
Browse files Browse the repository at this point in the history
This clarifies that it's the _event_ location, not the _sponsor_ location.
  • Loading branch information
iandunn committed Nov 30, 2023
1 parent f626c4c commit 9faa237
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
</select>

<?php \WordCamp_Budgets::render_form_field_required_indicator(); ?>

<p class="description">
<?php echo wp_kses_data( sprintf(
// translators: email address.
__( 'Choose the location that corresponds to the city that the event is hosted in. If your city doesn\'t appear, email %s so that we can add it.', 'wordcamporg' ),
sprintf( '<a href="mailto:%1$s">%2$s</a>', EMAIL_CENTRAL_SUPPORT, EMAIL_CENTRAL_SUPPORT )
) ); ?>
</p>
</div>
</li>

Expand Down

0 comments on commit 9faa237

Please sign in to comment.