From a0c356c9fb71a40377265a72235a948dd86d1d1d Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 22 Jun 2026 09:07:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(front)=20:=20libelle=20=C2=AB=20Retour=20a?= =?UTF-8?q?=20la=20consultation=20=C2=BB=20sur=20la=20fleche=20retour=20de?= =?UTF-8?q?s=20ecrans=20d'edition=20(ERP-193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les pages d'edition renvoient vers la consultation (/{resource}/{id}), pas le repertoire : alignement des libelles edit.back (client, fournisseur, prestataire ; transporteur etait deja correct). --- frontend/i18n/locales/fr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 246b540..e43e2b3 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -125,7 +125,7 @@ }, "edit": { "title": "Modifier le fournisseur", - "back": "Retour au répertoire", + "back": "Retour à la consultation", "loading": "Chargement du fournisseur…", "notFound": "Fournisseur introuvable.", "save": "Enregistrer" @@ -268,7 +268,7 @@ }, "edit": { "title": "Modifier le client", - "back": "Retour au répertoire", + "back": "Retour à la consultation", "loading": "Chargement du client…", "notFound": "Client introuvable.", "save": "Enregistrer" @@ -420,7 +420,7 @@ }, "edit": { "title": "Modifier le prestataire", - "back": "Retour à la fiche", + "back": "Retour à la consultation", "loading": "Chargement…", "notFound": "Prestataire introuvable.", "save": "Enregistrer"