Skip to content

Commit

Permalink
Pledge Form: Clarify that we're asking for WordPress.org usernames.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Oct 25, 2019
1 parent 847e99f commit 284e616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/wporg-5ftf/views/inputs-pledge-contributors.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="form-field">
<label for="5ftf-pledge-contributors">
<?php esc_html_e( 'Contributors', 'wordpressorg' ); ?>
<?php esc_html_e( 'Contributor Usernames', 'wordpressorg' ); ?>
</label>
<input
type="text"
Expand All @@ -18,6 +18,6 @@
aria-describedby="5ftf-pledge-contributors-help"
/>
<p id="5ftf-pledge-contributors-help">
<?php esc_html_e( 'Separate each username with a comma.', 'wordpressorg' ); ?>
<?php esc_html_e( 'Separate each WordPress.org username with a comma.', 'wordpressorg' ); ?>
</p>
</div>

0 comments on commit 284e616

Please sign in to comment.