From 6f8ddd48f5d7dbaf7be403e44de5ac3b1f5b5efb Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Thu, 22 Oct 2020 11:26:47 +0200 Subject: [PATCH] [update] translation --- i18n/fr.po | 2 +- models/calendar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/fr.po b/i18n/fr.po index 4e1160e..464e0fc 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 b86f5dc..bafa4e3 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'), -- GitLab