From 42cd76142039345916a7e66bde28a011420db312 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 6 Sep 2024 09:49:20 -0400 Subject: [PATCH] My pledges: Update the user pledge text Fixes #291 --- themes/wporg-5ftf-2024/inc/block-bindings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wporg-5ftf-2024/inc/block-bindings.php b/themes/wporg-5ftf-2024/inc/block-bindings.php index 1142af3..3e40984 100644 --- a/themes/wporg-5ftf-2024/inc/block-bindings.php +++ b/themes/wporg-5ftf-2024/inc/block-bindings.php @@ -85,8 +85,8 @@ function get_meta_binding_value( $args, $block ) { return wp_kses_data( sprintf( /* translators: %1$s is the number of hours, %2$s is the number of organizations, and %3$s is an edit link. */ _n( - 'Pledged %1$s hours a week %3$s across %2$s organization.', - 'Pledged %1$s hours a week %3$s across %2$s organizations.', + 'You pledge %1$s hours a week %3$s across %2$s organization.', + 'You pledge %1$s hours a week %3$s across %2$s organizations.', $pledge_count, 'wporg-5ftf' ),