diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index def743e..53a4d7b 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -295,7 +295,7 @@ "orders": { "current": "当前委托", "history": "历史记录", - "cancel": "撤单", + "cancel": "取消", "cancelConfirm": "取消订单", "cancelMessage": "确定要取消该订单吗?", "cancelSuccess": "订单已取消", diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index 28ec4b8..b16fe6b 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -295,7 +295,7 @@ "orders": { "current": "當前委託", "history": "歷史記錄", - "cancel": "撤單", + "cancel": "取消", "cancelConfirm": "取消訂單", "cancelMessage": "確定要取消該訂單嗎?", "cancelSuccess": "訂單已取消",