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 | 3dc307bc9add75fba1f66c51218f0c32637e21fe (patch) | |
tree | 67a28ed86a73b3f89f75b60ca6e03d959d550cfc /extension/react-app | |
parent | a8795b929bb18f623a64fedcdbb83a790266943b (diff) | |
parent | 10f5c2beb34e755c1fedf637186bace6b030e44d (diff) | |
download | sncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.tar.gz sncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.tar.bz2 sncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.zip |
Merge pull request #233 from continuedev/faster-load
Faster load
Diffstat (limited to 'extension/react-app')
-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); } |