From 9df1b6b87290d0e36cb857c66ccd712ea2cd9a53 Mon Sep 17 00:00:00 2001 From: Booteille Date: Sun, 18 May 2025 19:10:34 +0200 Subject: [PATCH] Rewording --- 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 342c01a..d918962 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: %2', config('report'), l('Contact mail')) %>

+

<%== l('Please use the dedicated report mail: %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?') %>