diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 0474361e..760f1224 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -205,11 +205,11 @@ "title": "Couldn't find that page" }, "downtimeNotice": { - "badge": "Maintenance", + "badge": "Downtime", "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 are switching to a new DNS. Expect downtime between the below times.", - "timeFrame": "March 10th 7:00 PM - 7:30 AM", - "title": "Maintenance expected" + "message": "sudo-flix.lol is experiencing issues with some providers, if you cant find or play a show please change the source. Expect this error to persist throughout the below times..", + "timeFrame": "April 3th 11:00 PM - 2:00 AM EST", + "title": "Provider issues" }, "onboarding": { "defaultConfirm": { diff --git a/src/setup/App.tsx b/src/setup/App.tsx index 6728311c..f6f8ed26 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -90,7 +90,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 = () => {