mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-28 15:27:57 +00:00
fix(p2p): rename 'My Orders' to 'My Trades' for consistency
- Updated P2POrders.tsx page title - Updated P2PDashboard.tsx button label - Updated P2PTrade.tsx back button - Updated P2PDispute.tsx navigation button - Updated NotificationBell.tsx link text - Terminology now correctly reflects p2p_fiat_trades table
This commit is contained in:
@@ -278,7 +278,7 @@ export default function P2PDispute() {
|
||||
The dispute you are looking for does not exist or you do not have access.
|
||||
</p>
|
||||
<Button onClick={() => navigate('/p2p/orders')}>
|
||||
Go to My Orders
|
||||
Go to My Trades
|
||||
</Button>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user