Skip to content

Commit efc2426

Browse files
committed
Improve text of passphrase prompt
1 parent 1b4b71a commit efc2426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wallets/client/hooks/crypto.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@ export function usePassphrasePrompt () {
241241
<div>
242242
<h4>Wallet decryption</h4>
243243
<p className='line-height-md mt-3'>
244-
Your wallets have been encrypted on another device. Enter your passphrase to use your wallets on this device.
244+
Enter your passphrase to decrypt your wallets on this device.
245245
</p>
246246
<p className='line-height-md'>
247-
{showPassphrase && 'You can find the button to reveal your passphrase above your wallets on the other device.'}
247+
{showPassphrase && 'The passphrase reveal button is above your wallets on the original device.'}
248248
</p>
249-
<p className='line-height-md'>
249+
<p className='line-height-md fw-bold'>
250250
Press reset if you lost your passphrase.
251251
</p>
252252
<Form

0 commit comments

Comments
 (0)