From 121fe5b3ea61906955cf4d3c7fb22096d0560fdb Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 13 May 2025 11:53:46 -0700 Subject: [PATCH] Fix help text --- src-web/components/WorkspaceEncryptionSetting.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-web/components/WorkspaceEncryptionSetting.tsx b/src-web/components/WorkspaceEncryptionSetting.tsx index 8373c855..07c1e264 100644 --- a/src-web/components/WorkspaceEncryptionSetting.tsx +++ b/src-web/components/WorkspaceEncryptionSetting.tsx @@ -250,8 +250,8 @@ function HighlightedKey({ keyText, show }: { keyText: string; show: boolean }) { const helpAfterEncryption = (

- this key is used for any encryption used for this workspace. It is stored securely using your OS - keychain, but it is recommended to back it up. If you share this workspace with others, - you'll need to send them this key to access any encrypted values. + The following key is used for encryption operations within this workspace. It is stored securely + using your OS keychain, but it is recommended to back it up. If you share this workspace with + others, you'll need to send them this key to access any encrypted values.

);