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
@@ -185,7 +185,7 @@ function App() {
/>}
{user && isAdmin(user) && <Dropdown.Item
content='Admin Txs'
content='Transactions'
as={Link}
to='/admintrans'
/>}