Skip to content

Commit

Permalink
Rename to payments to transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Dec 4, 2023
1 parent 914faa0 commit 44218f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/dashboard/DashboardDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function DashboardDrawer() {
<ListItemIcon>
<PaymentsIcon />
</ListItemIcon>
<ListItemText primary="Payments" />
<ListItemText primary="Transactions" />
</ListItemButton>
</ListItem>
<ListItem disablePadding button component={RouterLink} to={"/payouts/"}>
Expand Down

0 comments on commit 44218f0

Please sign in to comment.