Commit 5d620b96 by CaIon

feat: update ratio label for user group handling in render component

parent 264bc963
......@@ -1183,7 +1183,7 @@ function getEffectiveRatio(groupRatio, user_group_ratio) {
const useUserGroupRatio = isValidGroupRatio(user_group_ratio);
const ratioLabel = useUserGroupRatio
? i18next.t('专属倍率')
: i18next.t('分组倍率');
: i18next.t('分组');
const effectiveRatio = useUserGroupRatio ? user_group_ratio : groupRatio;
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment