From 8c60f2d2d2253b7fec44535892cd26a50a7c6b69 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 01 Aug 2022 14:36:39 +0800 Subject: [PATCH] fix:仅可以转币注册 --- src/main/resources/i18n/message_en_US.properties | 4 +++- 1 files changed, 3 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..f7f317b 100644 --- a/src/main/resources/i18n/message_en_US.properties +++ b/src/main/resources/i18n/message_en_US.properties @@ -5,4 +5,6 @@ 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 + +system_regist_error=Please contact the recommender to recommend registration. \ No newline at end of file -- Gitblit v1.9.1