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
@@ -376,11 +376,11 @@ export function CommissionSetupTab() {
<div className="flex gap-2 mb-2">
<Button
onClick={() => {
// Get wallet addresses from Pezkuwi Wallet extension
// Get wallet addresses from Pezkuwi.js extension
// For now, show instruction
toast({
title: 'Get Addresses',
description: 'Copy addresses from Pezkuwi Wallet and paste below',
description: 'Copy addresses from Pezkuwi.js and paste below',
});
}}
variant="outline"