mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Confirm post request, change state step and hide components
This commit is contained in:
@@ -14,7 +14,6 @@ const appMessages = {
|
||||
status: "État",
|
||||
step: {
|
||||
draft: "Brouillon",
|
||||
open: "Ouvert",
|
||||
active: "En file active"
|
||||
},
|
||||
open_at: "ouvert le ",
|
||||
@@ -71,8 +70,9 @@ const appMessages = {
|
||||
},
|
||||
confirm: {
|
||||
title: "Confirmation",
|
||||
text_draft: "Le parcours est actuellement au statut de brouillon. En validant cette étape, vous lui donnez le statut actif.",
|
||||
ok: "Activer le parcours"
|
||||
text_draft: "Le parcours est actuellement à l'état de ",
|
||||
text_active: "En validant cette étape, vous lui donnez le statut ",
|
||||
ok: "Confirmer le parcours"
|
||||
},
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user