From abd068755d93844f11594dccc1330878fcd37d28 Mon Sep 17 00:00:00 2001 From: Booteille Date: Sun, 18 May 2025 19:09:51 +0200 Subject: [PATCH] Fix wrong link for reporting --- themes/default/templates/about.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/templates/about.html.ep b/themes/default/templates/about.html.ep index b99a3d9..342c01a 100644 --- a/themes/default/templates/about.html.ep +++ b/themes/default/templates/about.html.ep @@ -11,7 +11,7 @@

<%= 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.') %>

<%= l('You can see the list of your files by clicking on the "My files" link at the top right of this page.') %>

<%= l('How to report an illegal file?') %>

-

<%== l('Please contact the administrator: %1', config('contact')) %>

+

<%== l('Please contact the administrator: %2', config('report'), l('Contact mail')) %>

<%= l('Who wrote this software?') %>

<%== l('The original (and only for now) author is Luc Didry.') %>

<%= l('How to install the software on my server?') %>