From 72645512fed196844768eb7b18eb7a4215539760 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 20 Nov 2023 12:07:40 -0500 Subject: [PATCH] update copy re: key storage --- frontend/src/components/OnboardingNote.tsx | 3 ++- frontend/src/components/SettingsDialog.tsx | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/OnboardingNote.tsx b/frontend/src/components/OnboardingNote.tsx index 437bc1e..8cc6f11 100644 --- a/frontend/src/components/OnboardingNote.tsx +++ b/frontend/src/components/OnboardingNote.tsx @@ -10,7 +10,8 @@ export function OnboardingNote() { credit on the Billing dashboard.
- This key is never stored. This app is open source. You can{" "} + This key is only stored in your browser. Never stored on servers. This + app is open source. You can{" "} check the code to confirm. diff --git a/frontend/src/components/SettingsDialog.tsx b/frontend/src/components/SettingsDialog.tsx index 9b46b90..f7004d3 100644 --- a/frontend/src/components/SettingsDialog.tsx +++ b/frontend/src/components/SettingsDialog.tsx @@ -58,8 +58,9 @@ function SettingsDialog({ settings, setSettings }: Props) {