Clarify the Profiles subtitle about private keys
This commit is contained in:
parent
8eb6685281
commit
17e8ace5ab
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ export function ProfilesScreen({ onCreateProfile }: ProfilesScreenProps) {
|
||||||
<div>
|
<div>
|
||||||
<h1>Profiles</h1>
|
<h1>Profiles</h1>
|
||||||
<p className="page-subtitle">
|
<p className="page-subtitle">
|
||||||
Your private keys never appear here — they stay on this computer.
|
Your private keys stay on this computer and are only shown if you choose to reveal one
|
||||||
|
— with your vault password when it's protected.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button variant="primary" onClick={onCreateProfile}>
|
<Button variant="primary" onClick={onCreateProfile}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue