summaryrefslogtreecommitdiff
path: root/extension/react-app/src/tabs/gui.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-18 20:25:15 -0700
committerTy Dunn <ty@tydunn.com>2023-06-18 20:25:15 -0700
commit2d1fbeb24764be5833e5d265866dff3ee1be92c0 (patch)
tree59e62a110c5a7611e12ecdb67636ebe6f19f7401 /extension/react-app/src/tabs/gui.tsx
parent8aa8e0b5c8402014b01f6ea6ce2e3d686f3c64b2 (diff)
downloadsncontinue-2d1fbeb24764be5833e5d265866dff3ee1be92c0.tar.gz
sncontinue-2d1fbeb24764be5833e5d265866dff3ee1be92c0.tar.bz2
sncontinue-2d1fbeb24764be5833e5d265866dff3ee1be92c0.zip
first draft
Diffstat (limited to 'extension/react-app/src/tabs/gui.tsx')
-rw-r--r--extension/react-app/src/tabs/gui.tsx10
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 eee2b1a0..96e1d2a6 100644
--- a/extension/react-app/src/tabs/gui.tsx
+++ b/extension/react-app/src/tabs/gui.tsx
@@ -409,15 +409,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}>