Skip to content

Commit

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

jQuery(function () {
jQuery(jQuery(".wrap .page-title-action")[0]).after(
'<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 2cca4e7

Please sign in to comment.