diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 069acaf3..4705157c 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -198,8 +198,8 @@ "downtimeNotice": { "badge": "Maintenance", "goHome": "Go home", - "message": "sudo-flix.lol is dedicated to providing its users with the most up-to-date and stable experience in order to do this we must maintain and update our servers. Expect downtime between the below times.", - "timeFrame": "March 4th 1:00 PM - 1:30 AM", + "message": "sudo-flix.lol is dedicated to providing its users with the most up-to-date and stable experience in order to do this we are switching to a new DNS. Expect downtime between the below times.", + "timeFrame": "March 10th 7:00 PM - 7:30 AM", "title": "Maintenance expected" }, "onboarding": { diff --git a/src/setup/App.tsx b/src/setup/App.tsx index a2440ef8..2aff3edb 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -88,7 +88,7 @@ function QueryView() { function App() { useHistoryListener(); useOnlineListener(); - const maintenance = false; // Changing to true shows maintenance page + const maintenance = true; // Changing to true shows maintenance page const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {