🔧 fix: Use Correct Description for Balance Info (#7712)

This commit is contained in:
Märt 2025-06-03 21:05:41 +03:00 committed by GitHub
parent 8cade2120d
commit 5ccdb83e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ const TokenCreditsItem: React.FC<TokenCreditsItemProps> = ({ tokenCredits }) =>
{/* Left Section: Label */}
<div className="flex items-center space-x-2">
<Label className="font-light">{localize('com_nav_balance')}</Label>
<HoverCardSettings side="bottom" text="com_nav_info_user_name_display" />
<HoverCardSettings side="bottom" text="com_nav_info_balance" />
</div>
{/* Right Section: tokenCredits Value */}