From 9a939e9b4166cf94ba0960f8640f1510b073d985 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 9 Jun 2018 00:46:26 +0800 Subject: [PATCH] fix(score): fixed score level translate string --- modules/core/client/app/trans-string-en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 6a2797d4..037d10ac 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -1089,7 +1089,7 @@ CURR_VIP_STATE: 'Current VIP status: `{{vip_status | translate}}`.', CURR_UP_TOTAL_SPEED: 'Current total upload speed is: `{{up_speed | byteFmt: 2}}`.', CURR_DOWN_TOTAL_SPEED: 'Current total download speed is: `{{down_speed | byteFmt: 2}}`.', - CURR_SCORE_INCOME_HOURS: 'Current estimated hourly earnings of `{{score_hour}}` scores, If you don’t understand how to calculate the points, please refer to [{{"ABOUT.MENU_ABOUT_MANUAL_SCORE_RULES" | translate}}](/about/manual/scoreRules), Based on this speed projection, {{days}} days are required to reach {{next_level}}, where you can view your [last score data history] (/dataCenter/score).', + CURR_SCORE_INCOME_HOURS: 'Current estimated hourly earnings of `{{score_hour}}` scores, If you don’t understand how to calculate the points, please refer to [{{"ABOUT.MENU_ABOUT_MANUAL_SCORE_RULES" | translate}}](/about/manual/scoreRules), Based on this speed projection, {{days}} days are required to reach {{next_level}}, where you can view your [last score data history](/dataCenter/score).', EXCHANGE_INVITATION: 'Exchange an invitation ({{score}} scores)', EXCHANGE_INVITATION_CONFIRM_OK: 'Exchange', EXCHANGE_INVITATION_CONFIRM_CANCEL: 'Cancel',