diff --git a/i18n/fr.po b/i18n/fr.po
index 4e1160e4b218c17f0928ee7bd8c4084c5a25f4e5..464e0fcc0261876f45b2aab99e82a044c5ac68a8 100644
--- a/i18n/fr.po
+++ b/i18n/fr.po
@@ -139,7 +139,7 @@ msgstr ""
 #. module: cgscop_calendar
 #: model:ir.model.fields,field_description:cgscop_calendar.field_calendar_event__location
 msgid "Location"
-msgstr "Lieu"
+msgstr "Adresse"
 
 #. module: cgscop_calendar
 #: model_terms:ir.ui.view,arch_db:cgscop_calendar.view_calendar_cooperative_search_inherited
diff --git a/models/calendar.py b/models/calendar.py
index b86f5dc79415b2f568bd7ab3ff04d95da396539c..bafa4e375cfacd07fd27c12f04d7547ce64319ef 100644
--- a/models/calendar.py
+++ b/models/calendar.py
@@ -41,7 +41,7 @@ class CGScopCalendar(models.Model):
          ('training', 'Formation'),
          ('teleworking', 'Télétravail'),
          ('absent', 'Absence, Congés, Divers')],
-        string="Type de Réunion")
+        string="Lieu de Réunion")
     format = fields.Selection(
         [('exchange', 'Echange'),
          ('meeting', 'Rendez-vous'),