From e8f054526c21452ae6d271d2d7770279c44197f1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 05 Aug 2022 10:37:12 +0800 Subject: [PATCH] fix:购买时使用USDT,增加每个地址每天最多购买1000U --- src/main/resources/i18n/message_en_US.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/resources/i18n/message_en_US.properties b/src/main/resources/i18n/message_en_US.properties index 0b9c233..98caebc 100644 --- a/src/main/resources/i18n/message_en_US.properties +++ b/src/main/resources/i18n/message_en_US.properties @@ -5,4 +5,8 @@ transfer_msg_003=Exceeds the available quantity within 24 hours transfer_msg_004=Not Enough Coin transfer_msg_005=Less Than the Minimum Requirement -transfer_msg_006=Not Enough Coin \ No newline at end of file +transfer_msg_006=Not Enough Coin +transfer_msg_007=Buy up to 1000 per day + + +system_regist_error=Please contact the recommender to recommend registration. \ No newline at end of file -- Gitblit v1.9.1