diff --git a/plugins/wporg-5ftf/views/list-my-pledges.php b/plugins/wporg-5ftf/views/list-my-pledges.php index 3826894..43a9f28 100644 --- a/plugins/wporg-5ftf/views/list-my-pledges.php +++ b/plugins/wporg-5ftf/views/list-my-pledges.php @@ -17,6 +17,11 @@ use WP_User, WP_Post; $has_contributions = $contributor_pending_posts || $contributor_publish_posts; +$edit_link = sprintf( + '%2$s', + __( 'edit hours pledged', 'wporg-5ftf' ), + __( '(edit)', 'wporg-5ftf' ) +); ?> @@ -32,15 +37,17 @@ $has_contributions = $contributor_pending_posts || $contributor_publish_posts;

- %1$s hours a week %3$s across %2$s organization.', + 'Pledged %1$s hours a week %3$s across %2$s organizations.', count( $confirmed_pledge_ids ), 'wporg-5ftf' ), $profile_data['hours_per_week'], - count( $confirmed_pledge_ids ) + count( $confirmed_pledge_ids ), + $edit_link ) ); ?>