Fix wrong link for reporting

This commit is contained in:
Booteille 2025-05-18 19:09:51 +02:00
parent 4d57b34fa3
commit abd068755d
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p><%= l('Drag and drop files in the appropriate area or use the traditional way to send files and the files will be chunked, encrypted and sent to the server. You will get two links per file: a download link, that you give to the people you want to share the file with and a deletion link, allowing you to delete the file whenever you want.') %></p> <p><%= l('Drag and drop files in the appropriate area or use the traditional way to send files and the files will be chunked, encrypted and sent to the server. You will get two links per file: a download link, that you give to the people you want to share the file with and a deletion link, allowing you to delete the file whenever you want.') %></p>
<p><%= l('You can see the list of your files by clicking on the "My files" link at the top right of this page.') %></p> <p><%= l('You can see the list of your files by clicking on the "My files" link at the top right of this page.') %></p>
<h2><%= l('How to report an illegal file?') %></h2> <h2><%= l('How to report an illegal file?') %></h2>
<p><%== l('Please contact the administrator: %1', config('contact')) %></p> <p><%== l('Please contact the administrator: <a href="%1">%2</a>', config('report'), l('Contact mail')) %></p>
<h2><%= l('Who wrote this software?') %></h2> <h2><%= l('Who wrote this software?') %></h2>
<p><%== l('The original (and only for now) author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>.') %></p> <p><%== l('The original (and only for now) author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>.') %></p>
<h2><%= l('How to install the software on my server?') %></h2> <h2><%= l('How to install the software on my server?') %></h2>