From 70bed7600e3c5f5f2704ada649a7735dc9f8b9cf Mon Sep 17 00:00:00 2001
From: VIAUD Nathan <nathan.viaud@inria.fr>
Date: Fri, 31 May 2024 13:31:37 +0200
Subject: [PATCH] chores: change form label

---
 src/shared/data/forms/nodeForm.data.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/shared/data/forms/nodeForm.data.ts b/src/shared/data/forms/nodeForm.data.ts
index 1c5ab85f..14e33eea 100644
--- a/src/shared/data/forms/nodeForm.data.ts
+++ b/src/shared/data/forms/nodeForm.data.ts
@@ -222,16 +222,16 @@ export const epocForm: Form = {
                         {
                             id: 'title',
                             type: 'text',
-                            label: 'Titre',
+                            label: 'Fonction',
                             placeholder: "Chercheuse à l'Inria",
                             value: '',
-                            hint: 'Titre ou fonction affichée sous le nom de l\'auteur',
+                            hint: 'Profession, fonction, affiliation…',
                         },
                         {
                             id: 'description',
                             type: 'html-text',
-                            label: 'Description',
-                            placeholder: 'Saisissez une description...',
+                            label: 'Courte biographie',
+                            placeholder: 'Saisissez une courte biographie...',
                             value: '',
                         },
                     ],
-- 
GitLab