From 67106c507d7dd4b0162a0fab577af3fbca06cc5b Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 28 Mar 2024 23:20:31 -0400 Subject: [PATCH] Add provider issue notice --- src/assets/locales/en.json | 8 ++++---- src/setup/App.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 = () => {