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' ),