Skip to content

Commit

Permalink
Remove now-redundant helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 31, 2023
1 parent bed15f6 commit 1209ec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/web/src/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<h2>{{ _("Upload File from Local Computer") }}</h2>
<ul>
<li>{{ _("The largest file size accepted in this form is %(max_file_size)s MiB. Use other file transfer means for larger files.", max_file_size=max_file_size) }}</li>
<li>{{ _("You have to manually clean up partially uploaded files, as a result of cancelling the upload or closing this page.") }}</li>
<li>{{ _("Disk Images") }} = {{ env["image_dir"] }}</li>
{% if file_server_dir_exists %}
<li>{{ _("Shared Files") }} = {{ FILE_SERVER_DIR }}</li>
Expand Down

0 comments on commit 1209ec5

Please sign in to comment.