diff --git a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runPostUpgrade.xml b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runPostUpgrade.xml
index 0de83e15280385ed7abc21845148600bf66be979..6edce0ea8921e95d3509307c6d614d6df63e82aa 100644
--- a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runPostUpgrade.xml
+++ b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runPostUpgrade.xml
@@ -61,8 +61,7 @@ alarm = getattr(portal_alarms, \'upgrader_check_upgrader\')\n
 if not(force) and alarm.sense() in (None, True):\n
   active_process.postActiveResult(summary=context.getTitle(),\n
       severity=1,\n
-      detail="Is required run upgrade before solve it. " +\\\n
-        "You need run active sense once at least on this alarm")\n
+      detail=["Is required run upgrade before solve it. You need run active sense once at least on this alarm"])\n
   return\n
 \n
 context.ERP5Site_checkUpgraderConsistency(fixit=True,\n
diff --git a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runUpgrader.xml b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runUpgrader.xml
index ced53a4995b2ab7af7edc14d6814193d6a3ec5cc..9396c003eed916e839b57dbbb1c48e8a45d439b1 100644
--- a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runUpgrader.xml
+++ b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runUpgrader.xml
@@ -70,8 +70,7 @@ alarm = getattr(portal_alarms, \'upgrader_check_pre_upgrade\')\n
 if not(force) and alarm.sense() in (None, True):\n
   active_process.postActiveResult(summary=context.getTitle(),\n
       severity=1,\n
-      detail="Is required solve Pre Upgrade first. " +\\\n
-        "You need run active sense once at least on this alarm")\n
+      detail=["Is required solve Pre Upgrade first. You need run active sense once at least on this alarm"])\n
   return\n
 \n
 _, type_per_constraint_type = context.Base_getConstraintTypeListPerPortalType()\n