diff --git a/re2o/management/commands/gen_contrib.py b/re2o/management/commands/gen_contrib.py
index 6003b30f..9951a383 100644
--- a/re2o/management/commands/gen_contrib.py
+++ b/re2o/management/commands/gen_contrib.py
@@ -41,7 +41,7 @@ class Command(BaseCommand):
self.stdout.write(self.style.SUCCESS("Exportation Sucessfull"))
with open("re2o/contributors.py", "w") as contrib_file:
contrib_file.write("\"\"\"re2o.contributors\n")
- contrib_file.write("A list of the proud contributors to Re2o\n")
+ contrib_file.write("A list of the contributors to Re2o\n")
contrib_file.write("\"\"\"\n")
contrib_file.write("\n")
contrib_file.write("CONTRIBUTORS = " + str(contributeurs))
diff --git a/re2o/templates/re2o/about.html b/re2o/templates/re2o/about.html
index 8e88f5bb..d960067a 100644
--- a/re2o/templates/re2o/about.html
+++ b/re2o/templates/re2o/about.html
@@ -42,9 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
so it can be setup in "a few steps". This tool is entirely free and
available under a GNU Public License v2 (GPLv2) license on
FedeRez gitlab.
- Re2o's mainteners are proud volunteers mainly from French engineering
- schools (but not limited to) who have given a lot of their time to make
- this project possible. So please be kind with them.
+ Re2o's mainteners are volunteers mainly from French schools.
If you want to get involved in the development process, we will be glad to
welcome you so do not hesitate to contact us and come help us build the
future of Re2o.
diff --git a/templates/base.html b/templates/base.html
index 8a21a612..49fb2da1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -252,7 +252,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{# Read the documentation for more information #}