Skip to content

Commit

Permalink
Update gui/src/app/Compilation/Context/CompileContextProvider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Soules <[email protected]>
  • Loading branch information
WardBrian and jsoules authored Nov 4, 2024
1 parent 4f3aedb commit 3d182c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/app/Compilation/Context/CompileContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3d182c7

Please sign in to comment.