Rename sections of UI to include "Your"

This commit is contained in:
2021-12-22 05:59:34 +00:00
parent 9d15ea7334
commit 2fd42f7b6c
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export function Transactions(props) {
return (
<Container>
<Header size='large'>Transactions</Header>
<Header size='large'>Your Transactions</Header>
<TransactionList noMember noCategory transactions={user.transactions} />