My pledges: Update the user pledge text

Fixes #291
This commit is contained in:
Kelly Dwan 2024-09-06 09:49:20 -04:00
parent b9fa661478
commit 42cd761420
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -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 <strong>%1$s hours a week</strong> %3$s across %2$s organization.',
'Pledged <strong>%1$s hours a week</strong> %3$s across %2$s organizations.',
'You pledge <strong>%1$s hours a week</strong> %3$s across %2$s organization.',
'You pledge <strong>%1$s hours a week</strong> %3$s across %2$s organizations.',
$pledge_count,
'wporg-5ftf'
),