diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-19 07:15:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 07:15:39 -0700 |
commit | 382592c54db21258e26df446b9bf4708d51558e5 (patch) | |
tree | bfc0c13295673db3617bbeb415fe5e2f23c7b834 /extension/react-app/src/tabs | |
parent | 13bb26043186ddf5bb04771c77eea5cc1b565070 (diff) | |
parent | 2d1fbeb24764be5833e5d265866dff3ee1be92c0 (diff) | |
download | sncontinue-382592c54db21258e26df446b9bf4708d51558e5.tar.gz sncontinue-382592c54db21258e26df446b9bf4708d51558e5.tar.bz2 sncontinue-382592c54db21258e26df446b9bf4708d51558e5.zip |
Merge pull request #123 from continuedev/contributing-data
first draft of contributing data docs
Diffstat (limited to 'extension/react-app/src/tabs')
-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 7716d561..2431b134 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}> |