mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Pledge Form: Clarify that we're asking for WordPress.org usernames.
This commit is contained in:
parent
847e99f44e
commit
284e616c84
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue