Skip to content

Commit

Permalink
Update DonorsAdminPage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Apr 27, 2024
1 parent 2cca4e7 commit 2c5d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Donors/DonorsAdminPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function showReactTable() {

jQuery(function () {
jQuery(jQuery(".wrap .wp-header-end")).before(
'<button class="page-title-action" onclick="showReactTable()">Switch to New View</button>',
'<button class="page-title-action" onclick="showReactTable()"><?php _e('Switch to New View', 'give') ?></button>',
);
});
</script>
Expand Down

0 comments on commit 2c5d6bf

Please sign in to comment.