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.

);