From 06dfde25a4857d68a9ebade34b72c4a9a9802cc6 Mon Sep 17 00:00:00 2001 From: Corey McKrill <916023+coreymckrill@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:34:41 -0700 Subject: [PATCH] Pledge: Update copy for contributor 'my pledges' notices --- plugins/wporg-5ftf/includes/contributor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wporg-5ftf/includes/contributor.php b/plugins/wporg-5ftf/includes/contributor.php index 25c684c..49a9923 100644 --- a/plugins/wporg-5ftf/includes/contributor.php +++ b/plugins/wporg-5ftf/includes/contributor.php @@ -295,13 +295,13 @@ function process_my_pledges_form() { wp_verify_nonce( $nonce, 'join_decline_organization' ) || wp_nonce_ays( 'join_decline_organization' ); $status = 'trash'; - $message = "Your have declined the invitation from {$pledge->post_title}."; + $message = "You have declined the pledge invitation from {$pledge->post_title}."; } elseif ( filter_input( INPUT_POST, 'leave_organization' ) ) { wp_verify_nonce( $nonce, 'leave_organization' ) || wp_nonce_ays( 'leave_organization' ); $status = 'trash'; - $message = "Your have left the {$pledge->post_title} pledge."; + $message = "You have left the {$pledge->post_title} pledge."; } if ( 'publish' === $status ) {