Update token symbol from PZKW/PZK to HEZ across all components

Changed all references to the project token from PZKW/PZK to HEZ:

- DelegationManager.tsx: Updated token symbol in comments, delegate cards, and user delegations
- DelegateProfile.tsx: Updated min/max delegation placeholders and display
- ProposalWizard.tsx: Updated budget input placeholder and review display
- TreasuryOverview.tsx: Updated treasury balance display
- TransactionModal.tsx: Updated send transaction title, description, and amount label
- WalletButton.tsx: Updated balance display in button and dropdown

All components now consistently use HEZ as the token symbol.
This commit is contained in:
Claude
2025-11-14 01:42:28 +00:00
parent 298ef7aa68
commit 88a9678f8b
6 changed files with 17 additions and 17 deletions
@@ -91,7 +91,7 @@ export const TreasuryOverview: React.FC = () => {
Live Blockchain Data
</Badge>
<span className="text-sm text-muted-foreground">
{proposals.length} active proposals {metrics.totalBalance.toFixed(2)} PZKW in treasury
{proposals.length} active proposals {metrics.totalBalance.toFixed(2)} HEZ in treasury
</span>
</div>