mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 18:13:44 +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">
|
<div class="form-field">
|
||||||
<label for="5ftf-pledge-contributors">
|
<label for="5ftf-pledge-contributors">
|
||||||
<?php esc_html_e( 'Contributors', 'wordpressorg' ); ?>
|
<?php esc_html_e( 'Contributor Usernames', 'wordpressorg' ); ?>
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -18,6 +18,6 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
||||||
aria-describedby="5ftf-pledge-contributors-help"
|
aria-describedby="5ftf-pledge-contributors-help"
|
||||||
/>
|
/>
|
||||||
<p id="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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue