Pledge Form: Clarify that we're asking for WordPress.org usernames.

This commit is contained in:
Ian Dunn 2019-10-25 07:57:33 -07:00
parent 847e99f44e
commit 284e616c84
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -7,7 +7,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
<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"
@ -18,6 +18,6 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
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>