Change wording

This commit is contained in:
Citlali del Rey 2023-02-06 21:44:47 -08:00
parent 6c5d25be27
commit 09749ef64a
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
% title "Uploads";
% use Number::Bytes::Human qw/format_bytes/;
<h1>Upload</h1>
<p>Here you can upload files. Please note the limit is <b><%= format_bytes(config->{max_upload_size}) %></b>.</p>
<p>
Here you can upload files. Please note the limit is <b><%= format_bytes(config->{max_upload_size}) %></b>
on the web interface.
</p>
% if (my $msg = flash 'msg') {
<p>