Pledge Form: Encourge group email addresses for perennial access.

Also, clarfy that the field is referring to an address, rather than a piece of email.
This commit is contained in:
Ian Dunn 2019-10-24 07:30:27 -07:00
parent 6b33c4dbd0
commit 33d8ed54b1
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
<div class="form-field">
<label for="5ftf-pledge-email">
<?php esc_html_e( 'Administrator Email', 'wordpressorg' ); ?>
<?php esc_html_e( 'Administrator Email Address', 'wordpressorg' ); ?>
</label>
<input
type="email"
@ -19,7 +19,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
<?php echo $readonly ? 'readonly' : ''; ?>
/>
<p id="5ftf-pledge-email-help">
<?php esc_html_e( 'This email will be used to verify your organizations contribution profile, and later manage any changes.', 'wordpressorg' ); ?>
<?php esc_html_e( "This address will be used to confirm your organizations contribution profile, and later manage any changes. Please make sure that it's a group address (e.g., wp-contributors@example.com) so that it persists across employee transitions.", 'wordpressorg' ); ?>
</p>
<?php if ( is_admin() ) : ?>