self enable add switch

This commit is contained in:
xiaomlove
2026-04-09 10:52:58 +07:00
parent db4982f8f7
commit 9e632811ef
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -827,7 +827,7 @@ $lang_settings = array
'row_reward_times_limit' => 'Reward Frequency Limit',
'text_reward_times_limit_note' => 'Daily limit per user for bonus rewards on seed detail pages. Set to 0 for no limit. Default: 0',
'row_self_enable' => 'Self-service unblocking',
'text_self_enable_note' => 'points. If he chooses to unblock within 1 day of being banned. If the ban duration is N days, the lost mana points will be N times this value.',
'text_self_enable_note' => 'points. If he chooses to unblock within 1 day of being banned. If the ban duration is N days, the lost mana points will be N times this value. Setting it to 0 disables this feature.',
);
?>