From 3d182c79432502d1e337f378833e1b62326dedc5 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 4 Nov 2024 13:47:43 -0500 Subject: [PATCH] Update gui/src/app/Compilation/Context/CompileContextProvider.tsx Co-authored-by: Jeff Soules --- gui/src/app/Compilation/Context/CompileContextProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/app/Compilation/Context/CompileContextProvider.tsx b/gui/src/app/Compilation/Context/CompileContextProvider.tsx index 935d804..4458cdc 100644 --- a/gui/src/app/Compilation/Context/CompileContextProvider.tsx +++ b/gui/src/app/Compilation/Context/CompileContextProvider.tsx @@ -60,7 +60,7 @@ const showOneTimeMessage = (url: string) => { window.confirm( "This will upload the main.stan file to the server " + "for compilation. All other files remain local.\n" + - "Do you want to continue? (This message will not be shown again.)", + "Do you want to continue? (If you accept, this message will not be shown again.)", ) ) { localStorage.setItem(alreadyConfirmed, "true");