diff --git a/front/core/components/confirm/confirm.html b/front/core/components/confirm/confirm.html
index 3cdbb4a346..a9765c49d4 100644
--- a/front/core/components/confirm/confirm.html
+++ b/front/core/components/confirm/confirm.html
@@ -1,7 +1,7 @@
 <root>
     <tpl-body>
-        <h6 translate>{{::$ctrl.question}}</h6>
-        <span translate>{{::$ctrl.message}}</span>
+        <h6 translate>{{::$ctrl.message}}</h6>
+        <span translate>{{::$ctrl.question}}</span>
     </tpl-body>
     <tpl-buttons>
         <button response="CANCEL" translate>Cancel</button>