diff --git a/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html b/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html
index 84fe4e7..b231607 100644
--- a/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html
+++ b/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html
@@ -16,12 +16,11 @@
Misfire Policy
-
RESCHEDULE NEXT WITH EXISTING COUNT
+
RESCHEDULE NEXT WITH REMAINING COUNT
- In case of misfire event, the trigger is re-scheduled to the next scheduled time after 'now' with the repeat count left unchanged (missed events are definitively lost).
+ In case of misfire event, the trigger is re-scheduled to the next scheduled time after 'now' with the repeat count set to what it would be, if it had not missed any firings.
- Warning: This policy could cause the trigger to go directly to the complete state if the end-time of the trigger has arrived,
- so this misfire instruction doesn't guarantee that the repeat counter reaches your max value, but it guarantees that the end-time doesn't go over the expected final fire time.
+ Warning: This policy could cause the Trigger to go directly to the 'COMPLETE' state if all fire-times where missed.