improve preview

This commit is contained in:
xiaomlove
2022-09-05 02:16:06 +08:00
parent 6ef54d5fe0
commit 5d3fc2b7c5
2 changed files with 5 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ stdhead($lang_upload['head_upload']);
<b>".$lang_upload['text_chinese_title']."</b>&nbsp;<input type=\"text\" style=\"width: 250px\" name=\"cnname\"><br /><font class=\"medium\">".$lang_upload['text_titles_note']."</font>", 1);
} else {
$autoFillText = $lang_upload['fill_quality'];
$nameInput = $torrentRep->buildUploadFieldInput("name", "", "", $autoFillText);
$nameInput = $torrentRep->buildUploadFieldInput("name", "", $lang_upload['text_torrent_name_note'], $autoFillText);
tr($lang_upload['row_torrent_name'], $nameInput, 1);
}