diff --git a/accounts/scwallet/wallet.go b/accounts/scwallet/wallet.go
index 033a46c7702bd7eac8c7992f37d50c29cc1389c2..4c9a422a328ff773d857e01e3751ada42719a5a3 100644
--- a/accounts/scwallet/wallet.go
+++ b/accounts/scwallet/wallet.go
@@ -303,7 +303,7 @@ func (w *Wallet) Status() (string, error) {
 
 	// If the card is not paired, we can only wait
 	if !w.session.paired() {
-		return "Unpaired, waiting for PUK", nil
+		return "Unpaired, waiting for pairing password", nil
 	}
 	// Yay, we have an encrypted session, retrieve the actual status
 	status, err := w.session.walletStatus()