diff --git a/src/frontend/app/actions/visa-reset-action/reset-visa-action.component.html b/src/frontend/app/actions/visa-reset-action/reset-visa-action.component.html
index fef6bfd807f14055c498e1d5f49c619c5d576cc8..bc0edc7c6ba7e70971ccd4ca06aaa6e112e75617 100644
--- a/src/frontend/app/actions/visa-reset-action/reset-visa-action.component.html
+++ b/src/frontend/app/actions/visa-reset-action/reset-visa-action.component.html
@@ -9,9 +9,7 @@
             <b *ngIf="data.resIds.length === 1" color="primary" class="highlight">{{data.resource.chrono}}</b>
             <b *ngIf="data.resIds.length > 1" color="primary" class="highlight">{{data.resIds.length}}
                 {{lang.elements}}</b> ?
-            <div *ngIf="data.resIds.length == 1 && appVisaWorkflow !== undefined && appVisaWorkflow.getFirstVisaUser() !== ''" class="alert-message alert-message-info" role="alert" style="margin-top: 30px;"
-                [innerHTML]="lang.resetVisaWorkflowUser + ' <b>' + appVisaWorkflow.getFirstVisaUser().labelToDisplay + '</b>'"></div>
-            <div *ngIf="data.resIds.length > 1" class="alert-message alert-message-info" role="alert" style="margin-top: 30px;"
+            <div *ngIf="data.resIds.length > 0" class="alert-message alert-message-info" role="alert" style="margin-top: 30px;"
                 [innerHTML]="lang.resetVisaWorkflow"></div>
 
             <div *ngIf="resourcesErrors.length > 0" class="alert-message alert-message-danger mailList" role="alert">
diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts
index 92a78e247639480b8a796c23d4176e0dc8d251c2..8bd27ebe3f13d8ca499729c0cbbe4869ae27bc91 100755
--- a/src/frontend/lang/lang-en.ts
+++ b/src/frontend/lang/lang-en.ts
@@ -1408,8 +1408,7 @@ export const LANG_EN = {
     "closeFullscreen" : "Disable fullscreen",
     "hasNoEntity": "Those mails do not have initiator entity",
     "destUserSetToDefault": "Assignee will be the assignee of the initiator entity template list",
-    "resetVisaWorkflow": "The workflow will be <b>reset</b>, this circuit will be reset to first assignee",
-    "resetVisaWorkflowUser": "The workflow will be <b>reset</b>, this circuit will be reset to",
+    "resetVisaWorkflow": "The workflow actions will be <b>reset</b>",
     "interruptVisaWorkflow": "The following users will not be able to target mail",
     "rejectVisaBack": "Document will be send to the previous user",
     "rejectVisaBackUser": "Document will be send back to",
diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts
index a129a81571373f979b5ae46ac6fed0b4f7064c9d..d1a7ee4ddba889fad38df05ccaea42bb18448538 100755
--- a/src/frontend/lang/lang-fr.ts
+++ b/src/frontend/lang/lang-fr.ts
@@ -1448,8 +1448,7 @@ export const LANG_FR = {
     "closeFullscreen" : "Désactiver le mode plein écran",
     "hasNoEntity": "Les courriers suivants n'ont pas d'entité initiatrice",
     "destUserSetToDefault": "L'attributaire sera celui de la liste de diffusion de l'entité initiatrice",
-    "resetVisaWorkflow": "Le circuit va être <b>réinitialisé</b>, le circuit recommencera à partir du premier viseur",
-    "resetVisaWorkflowUser": "Le circuit va être <b>réinitialisé</b>, le circuit recommencera à partir de",
+    "resetVisaWorkflow": "Les actions du circuit de visa seront <b>réinitialisées</b>",
     "interruptVisaWorkflow": "Les utilisateurs suivants ne pourront pas viser le courrier",
     "rejectVisaBack": "Le courrier sera envoyé à la dernière personne ayant visé",
     "rejectVisaBackUser": "Le courrier retournera à",
diff --git a/src/frontend/lang/lang-nl.ts b/src/frontend/lang/lang-nl.ts
index 8343c18e79f622f9dd73eef1da401d9ee0acbcc9..731b0873f91b5f340570fb0c492018c525ee6ef1 100755
--- a/src/frontend/lang/lang-nl.ts
+++ b/src/frontend/lang/lang-nl.ts
@@ -1431,8 +1431,7 @@ export const LANG_NL = {
     "closeFullscreen" : "Disable fullscreen", //_TO_TRANSLATE
     "hasNoEntity": "Those mails do not have initiator entity", //_TO_TRANSLATE
     "destUserSetToDefault": "Assignee will be the assignee of the initiator entity template list", //_TO_TRANSLATE
-    "resetVisaWorkflow": "The workflow will be <b>reset</b>, this circuit will be reset to first assignee", //_TO_TRANSLATE
-    "resetVisaWorkflowUser": "The workflow will be <b>reset</b>, this circuit will be reset to", //_TO_TRANSLATE
+    "resetVisaWorkflow": "The workflow actions will be <b>reset</b>", //_TO_TRANSLATE
     "interruptVisaWorkflow": "The following users will not be able to target mail", //_TO_TRANSLATE
     "rejectVisaBack": "Document will be send to the previous user", //_TO_TRANSLATE
     "rejectVisaBackUser": "Document will be send back to", //_TO_TRANSLATE