Update extension references to Pezkuwi.js

- Replace "Pezkuwi Wallet" with "Pezkuwi.js" in extension references
- Consistent naming with js.pezkuwichain.io landing page
This commit is contained in:
2026-01-15 11:43:11 +03:00
parent 960a936bd5
commit 5cb2bc1b8e
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export const TransferModal: React.FC<TransferModalProps> = ({ isOpen, onClose, s
{txStatus === 'signing' && (
<div className="bg-yellow-500/10 border border-yellow-500/30 rounded-lg p-3">
<p className="text-yellow-400 text-sm">
Please sign the transaction in your Pezkuwi Wallet extension
Please sign the transaction in your Pezkuwi.js extension
</p>
</div>
)}