From b672932480605611634689a03199d37edb2242e5 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 15 Dec 2025 23:53:13 -0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=85=91=E6=8D=A2=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20'=E4=BA=BA=E6=B0=91=E5=B8=81'=20=E2=86=92=20'RMB/CNY'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../lib/features/trading/presentation/pages/trading_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart b/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart index 6f171cc2..556f134c 100644 --- a/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart +++ b/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart @@ -411,7 +411,7 @@ class _TradingPageState extends ConsumerState { // const SizedBox(width: 8), // _buildCurrencyChip(SettlementCurrency.og, 'OG'), // const SizedBox(width: 8), - _buildCurrencyChip(SettlementCurrency.usdt, '人民币'), + _buildCurrencyChip(SettlementCurrency.usdt, 'RMB/CNY'), // const SizedBox(width: 8), // _buildCurrencyChip(SettlementCurrency.dst, 'DST'), ],