Skip to content

Commit

Permalink
i2psnark: Revise tagged string
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Nov 23, 2023
1 parent be594a5 commit 9d4bb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ private void writeAddForm(PrintWriter out, HttpServletRequest req) throws IOExce
out.write(_t("Add torrent"));
out.write("\" name=\"foo\" ><br>\n" +
"<tr><td>");
out.write(_t("From local torrent file"));
out.write(_t("Torrent file"));
out.write(":<td><input type=\"file\" name=\"newFile\" accept=\".torrent\"/>\n" +
"<tr><td>");

Expand Down

0 comments on commit 9d4bb31

Please sign in to comment.