mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Fix help text
This commit is contained in:
@@ -250,8 +250,8 @@ function HighlightedKey({ keyText, show }: { keyText: string; show: boolean }) {
|
|||||||
|
|
||||||
const helpAfterEncryption = (
|
const helpAfterEncryption = (
|
||||||
<p>
|
<p>
|
||||||
this key is used for any encryption used for this workspace. It is stored securely using your OS
|
The following key is used for encryption operations within this workspace. It is stored securely
|
||||||
keychain, but it is recommended to back it up. If you share this workspace with others,
|
using your OS keychain, but it is recommended to back it up. If you share this workspace with
|
||||||
you'll need to send them this key to access any encrypted values.
|
others, you'll need to send them this key to access any encrypted values.
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user