From 02eb768033a364b5956d1a2d3c6f85067f1d83af Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Sun, 12 Mar 2023 15:04:18 +0100 Subject: [PATCH] Swapped bottom message for discord link of the IT dep --- core/templates/core/base.jinja | 4 +++- locale/fr/LC_MESSAGES/django.po | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index c1d77759..5f0c0915 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -272,7 +272,9 @@ {% trans %}Help & Documentation{% endtrans %} {% trans %}R&D{% endtrans %} - {% trans %}Site made by good people{% endtrans %} + + {% trans %}Site created by the IT Department of the AE{% endtrans %} + {% endblock %} {% endif %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 6017b925..f4bfb83d 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -2563,8 +2563,8 @@ msgid "R&D" msgstr "R&D" #: core/templates/core/base.jinja:262 -msgid "Site made by good people" -msgstr "Site réalisé par des gens bons" +msgid "Site created by the IT Department of the AE" +msgstr "Site réalisé par le Pôle Informatique de l'AE" #: core/templates/core/create.jinja:4 core/templates/core/create.jinja:8 #, python-format