From 30fb5a058ca9eed471d57d9380cecc9fc5fd896b Mon Sep 17 00:00:00 2001 From: Julian Boilen Date: Sun, 31 Dec 2023 08:46:54 -0500 Subject: [PATCH] Update confirmation copy --- frontend/src/screens/App/screens/Corrections/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/screens/App/screens/Corrections/index.tsx b/frontend/src/screens/App/screens/Corrections/index.tsx index e51bcaff..aa975096 100644 --- a/frontend/src/screens/App/screens/Corrections/index.tsx +++ b/frontend/src/screens/App/screens/Corrections/index.tsx @@ -152,7 +152,10 @@ export default function Corrections(): JSX.Element { isCloseButtonVisible={true} >

Thank you!

-

Your correction has been submitted.

+

+ Your correction has been submitted. Corrections are processed nightly + and will be visible tomorrow. +

);