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:
2025-12-12 01:48:40 +03:00
parent f978550910
commit c53d9de1f1
370 changed files with 193 additions and 192 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ export default function P2PTrade() {
className="text-gray-400 hover:text-white"
>
<ArrowLeft className="w-4 h-4 mr-2" />
My Orders
My Trades
</Button>
<div className="flex-1" />
<Button