Skip to content

Commit

Permalink
Update Donor Single page title impress-org#2286
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Jan 29, 2018
1 parent bed4be1 commit 5b26ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/admin/donors/donors.php
Expand Up @@ -251,9 +251,9 @@ function give_render_donor_view( $view, $callbacks ) {
<h1 class="wp-heading-inline">
<?php
printf(
/* translators: %s: donor number */
esc_html__( 'Donor %s', 'give' ),
$donor_id
/* translators: %s: donor first name */
esc_html__( 'Edit User %s', 'give' ),
$donor->get_first_name()
);
?>
</h1>
Expand Down

0 comments on commit 5b26ead

Please sign in to comment.