From f20be4e719b9df01d87165ecbe41dfcef3a317a6 Mon Sep 17 00:00:00 2001 From: li Date: Tue, 31 Mar 2026 10:30:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8B=B1=E6=96=87=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=20Withdraw=20=E2=86=92=20Coin=20Transfer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 首页菜单栏英文环境下 Withdraw 改为 Coin Transfer,仅修改英文 --- static/locales/en-US.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/locales/en-US.js b/static/locales/en-US.js index 0c117fa..48feca5 100644 --- a/static/locales/en-US.js +++ b/static/locales/en-US.js @@ -128,7 +128,7 @@ module.exports = { text2: 'ICO', text3: 'FTKpool', text4: 'Deposit', - text5: 'Withdraw', + text5: 'Coin Transfer', text6: 'Derivatives', text7: 'FTKbot', text8: 'Live Chat',