diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx
index a80d3693..890220a4 100644
--- a/src/components/molecules/ScheduleSettings.tsx
+++ b/src/components/molecules/ScheduleSettings.tsx
@@ -136,11 +136,10 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
{
(schedule !== null) ? (
<>
- Robot has a schedule set up:
+ 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}
- Timezone: {schedule.timezone}
+ At around: {schedule.atTimeStart}, {schedule.timezone} Timezone