mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-26 00:38:01 +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:
@@ -274,7 +274,7 @@ export function NotificationBell() {
|
||||
}}
|
||||
className="justify-center text-gray-400 hover:text-white cursor-pointer"
|
||||
>
|
||||
View all orders
|
||||
View all trades
|
||||
</DropdownMenuItem>
|
||||
</>
|
||||
)}
|
||||
|
||||
@@ -105,7 +105,7 @@ export function P2PDashboard() {
|
||||
className="border-gray-700 hover:bg-gray-800"
|
||||
>
|
||||
<ClipboardList className="w-4 h-4 mr-2" />
|
||||
My Orders
|
||||
My Trades
|
||||
{userStats.activeTrades > 0 && (
|
||||
<Badge className="ml-2 bg-yellow-500 text-black">
|
||||
{userStats.activeTrades}
|
||||
|
||||
Reference in New Issue
Block a user