diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx
index a006fcb0..fae240f9 100644
--- a/src/components/molecules/ScheduleSettings.tsx
+++ b/src/components/molecules/ScheduleSettings.tsx
@@ -135,7 +135,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
{
(schedule !== null) ? (
<>
- Robot has a schedule set up
Run every: {schedule.runEvery} {schedule.runEveryUnit.toLowerCase()}
Start from: {schedule.startFrom.charAt(0).toUpperCase() + schedule.startFrom.slice(1).toLowerCase()}
At around: {schedule.atTimeStart}, {schedule.timezone} Timezone