Skip to content

Commit

Permalink
Update DonationsListTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Apr 25, 2024
1 parent 05122fb commit b0cd5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Donations/resources/components/DonationsListTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function DonationsListTable() {
{__('Import Donations', 'give')}
</a>
<button className={tableStyles.addFormButton} onClick={showLegacyDonations}>
{__('Switch to Legacy View')}
{__('Switch to Legacy View', 'give')}
</button>
</ListTablePage>
);
Expand Down

0 comments on commit b0cd5a9

Please sign in to comment.