summaryrefslogtreecommitdiff
path: root/extension/react-app
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-09 16:19:16 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-09 16:19:16 -0700
commitd566dc90a32db926393e1d10f983c79bc3feb56a (patch)
treecfe001109586d0758ca93d699bb449f45d14c34f /extension/react-app
parent20f4d07eb1d584569752e67c754951b7892e3e6b (diff)
downloadsncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.tar.gz
sncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.tar.bz2
sncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.zip
cache server env in .continue folder
Diffstat (limited to 'extension/react-app')
-rw-r--r--extension/react-app/src/tabs/gui.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx
index e1ecec9e..646aef50 100644
--- a/extension/react-app/src/tabs/gui.tsx
+++ b/extension/react-app/src/tabs/gui.tsx
@@ -438,7 +438,7 @@ function GUI(props: GUIProps) {
if (!usingFastModel) {
// Show the dialog
setFeedbackDialogMessage(
- "We don't yet support local models, but we're working on it! If privacy is a concern of yours, please use the feedback button in the bottom right to let us know."
+ "We don't yet support local models, but we're working on it! If privacy is a concern of yours, please write a short note to let us know."
);
setShowFeedbackDialog(true);
}