mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 09:38:50 +01:00
🔧 fix: Use Correct Description for Balance Info (#7712)
This commit is contained in:
parent
8cade2120d
commit
5ccdb83e5e
2 changed files with 2 additions and 1 deletions
|
|
@ -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 */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue