diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue
index 15981e532..2a74d42af 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue
@@ -26,7 +26,7 @@
:title="getPopTitle(step)"
:data-bs-content="getPopContent(step)">
-
` : ``;
- return `${freezed}${step.transitionPrevious.text}`; // or step.currentStep.text ??
+ return `${freezed}${step.currentStep.text}`;
}
},
getPopContent(step) {