From 9bbd888b03553e4a0704618c22b7209ff2b12ae9 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Fri, 10 Feb 2023 18:25:15 +0100
Subject: [PATCH] title

---
 config/locales/research/en.yml | 1 +
 config/locales/research/fr.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/locales/research/en.yml b/config/locales/research/en.yml
index ad911f488..1788650bb 100644
--- a/config/locales/research/en.yml
+++ b/config/locales/research/en.yml
@@ -70,6 +70,7 @@ en:
         short_name: Short name
         text: Text
       research/publication:
+        title: Title
         description: Publications scientifiques importées automatiquement de HAL
       research/thesis:
         abstract: Abstract
diff --git a/config/locales/research/fr.yml b/config/locales/research/fr.yml
index dc0a44e65..793af9b89 100644
--- a/config/locales/research/fr.yml
+++ b/config/locales/research/fr.yml
@@ -70,6 +70,7 @@ fr:
         short_name: Nom court
         text: Texte
       research/publication:
+        title: Titre
         description: Publications scientifiques importées automatiquement de HAL
       research/thesis:
         abstract: Résumé
-- 
GitLab