fix searchbox seeders&leechers

This commit is contained in:
xiaomlove
2022-12-21 00:37:21 +08:00
parent 63321cb20f
commit 2162aa150c
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ $lang_torrents = array
'text_software' => "软件:",
'text_approval_status' => '审核状态:',
'size_range' => '体积范围(GB)',
'leechers_range' => '做种人数范围:',
'seeders_range' => '下载人数范围:',
'leechers_range' => '下载人数范围:',
'seeders_range' => '做种人数范围:',
'times_completed_range' => '完成次数范围:',
'added_range' => '发布时间范围:',
);