diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx
index 1ae76590..4630920e 100644
--- a/src/components/molecules/ScheduleSettings.tsx
+++ b/src/components/molecules/ScheduleSettings.tsx
@@ -135,6 +135,8 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
<>
{
(schedule != null) ? (
+ <>
+ Robot is scheduled to run every {schedule.runEvery} {schedule.runEveryUnit} starting from {schedule.startFrom} at {schedule.atTimeStart} to {schedule.atTimeEnd} in {schedule.timezone} timezone.
+ >
) : (
<>