Pledge Form: Update string to reflect latest flows.

The link that they're emailed is to confirm their address, rather than to manage the pledge.

Their pledge will be published once the address is confirmed and contributors have confirmed their participation, rather than after moderation.
This commit is contained in:
Ian Dunn 2019-10-24 07:23:17 -07:00
parent 8020e43fb9
commit 6b33c4dbd0
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 19 additions and 5 deletions

View file

@ -27,6 +27,7 @@ function render_form_new() {
$data = get_form_submission();
$messages = [];
$complete = false;
$directory_url = get_permalink( get_page_by_path( 'pledges') );
if ( 'Submit Pledge' === $action ) {
$processed = process_form_new();