diff --git a/AUTHORS.md b/AUTHORS.md index 79011b5..51fbca4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -31,6 +31,7 @@ - pi2 (typo) - Rain (bugfix) - Nicolas Constant (notifications) +- Booteille (rework of the frontend) ## Vulnerabilities / bug hunters 🐛 diff --git a/themes/default/templates/about.html.ep b/themes/default/templates/about.html.ep index dc6466d..bd077ad 100644 --- a/themes/default/templates/about.html.ep +++ b/themes/default/templates/about.html.ep @@ -16,7 +16,7 @@

<%= l('How to contact the administrator ?') %>

<%== l('Here is the contact page: %1', config('contact')) %>

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

-

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

+

<%== l('The original author is Luc Didry. The rework of the frontend has been made by Booteille.') %>

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

<%== l('As Lufi is a free software licensed under of the terms of the AGPLv3, you can install it on you own server. Have a look on the Wiki for the procedure.') %>
<%== l('Get the source code on the official repository or on its Github mirror') %>