fix the judgement of upload authority

This commit is contained in:
xiaomlove
2022-12-04 00:22:43 +08:00
parent 1ee9a0c869
commit e85417a348
9 changed files with 22 additions and 18 deletions

View File

@@ -338,6 +338,7 @@ $lang_functions = array
'input_uncheck_all' => "Uncheck All",
'select_at_least_one_record' => 'Select at least one record!',
'text_seed_box_record_to_approval' => 'There %s%u not approval seed box record%s.',
'approval_deny_reach_upper_limit' => 'The number of torrents whose current approval was denied: %s reached the upper limit and is not allowed to be upload.',
);
?>