diff --git a/components/MaintenanceAlert.tsx b/components/MaintenanceAlert.tsx
index 6885434..cf2c4be 100644
--- a/components/MaintenanceAlert.tsx
+++ b/components/MaintenanceAlert.tsx
@@ -53,10 +53,26 @@ export default function MaintenanceAlert({
: { marginBottom: 8 }),
}}
>
- {upcoming ? 'Scheduled for' : 'From'}: {new Date(maintenance.start).toLocaleString()}
-
- {upcoming ? 'Expected end' : 'To'}:{' '}
- {maintenance.end ? new Date(maintenance.end).toLocaleString() : 'Until further notice'}
+