diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-10 23:36:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 23:36:46 -0700 |
commit | 3f9e7a1fa59c4f684aef544436062f8825d77b31 (patch) | |
tree | f8429e4b4898188e2490d7241043f4d61ed1d909 /extension/react-app/src/tabs/gui.tsx | |
parent | 1f050f737f7fa426bc4e3340abee7753095e792e (diff) | |
parent | efa4c87a31bc5f35fff30bf3642681713834a58a (diff) | |
download | sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.tar.gz sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.tar.bz2 sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.zip |
Merge pull request #233 from continuedev/faster-load
Faster load
Diffstat (limited to 'extension/react-app/src/tabs/gui.tsx')
-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 14556829..0e60e05c 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -440,7 +440,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); } |