diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-09 16:19:16 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-09 16:19:16 -0700 |
commit | 6639ea4a0ca34e259778736e5d0c4e2fc92560f4 (patch) | |
tree | 3bc4ef1e7ac292bbce054d15f92729f4f37294a3 /extension/react-app/src | |
parent | f407524e0985807a30e5b08d5e8754d24c7a1291 (diff) | |
download | sncontinue-6639ea4a0ca34e259778736e5d0c4e2fc92560f4.tar.gz sncontinue-6639ea4a0ca34e259778736e5d0c4e2fc92560f4.tar.bz2 sncontinue-6639ea4a0ca34e259778736e5d0c4e2fc92560f4.zip |
cache server env in .continue folder
Diffstat (limited to 'extension/react-app/src')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 2 |
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); } |