Clarify the Profiles subtitle about private keys

This commit is contained in:
Avi 2026-08-04 13:30:25 -05:00
commit 17e8ace5ab

View file

@ -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}>