diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:41 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-19 09:59:41 -0700 |
commit | f997b958f0c43820aadcda8663e6ea75afa874bf (patch) | |
tree | 72bc508a85e53472c4f5a8868e785de55a09cdec /extension | |
parent | 315de821c109a2ac45f4cb553890f941d33104bd (diff) | |
parent | 1a270d91a1f42c663a28a8f877d2b8691f1932d5 (diff) | |
download | sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.tar.gz sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.tar.bz2 sncontinue-f997b958f0c43820aadcda8663e6ea75afa874bf.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 62d44515..f0e3ffd4 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -426,15 +426,15 @@ function GUI(props: GUIProps) { }} hidden={!showDataSharingInfo} > - By turning on the switch, you will anonymously contribute your Continue - history to an open-source dataset used to train LLMs to use tools just - like a developer in their IDE. + By turning on this switch, you signal that you would + contribute this software development data to a publicly + accessible, open-source dataset in the future. <br /> <br /> <b> {dataSwitchChecked - ? "You are currently contributing data." - : "Your data is not being shared."} + ? "No data is being collected. In the future, you would be contributing data" + : "No data is being collected. In the future, your data would not be shared"} </b> </div> <Footer dataSwitchChecked={dataSwitchChecked}> |