Skip to content

Commit 5ccdb83

Browse files
authored
🔧 fix: Use Correct Description for Balance Info (#7712)
1 parent 8cade21 commit 5ccdb83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/src/components/Nav/SettingsTabs/Balance/TokenCreditsItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TokenCreditsItem: React.FC<TokenCreditsItemProps> = ({ tokenCredits }) =>
1515
{/* Left Section: Label */}
1616
<div className="flex items-center space-x-2">
1717
<Label className="font-light">{localize('com_nav_balance')}</Label>
18-
<HoverCardSettings side="bottom" text="com_nav_info_user_name_display" />
18+
<HoverCardSettings side="bottom" text="com_nav_info_balance" />
1919
</div>
2020

2121
{/* Right Section: tokenCredits Value */}

client/src/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
"com_nav_info_save_draft": "When enabled, the text and attachments you enter in the chat form will be automatically saved locally as drafts. These drafts will be available even if you reload the page or switch to a different conversation. Drafts are stored locally on your device and are deleted once the message is sent.",
385385
"com_nav_info_show_thinking": "When enabled, the chat will display the thinking dropdowns open by default, allowing you to view the AI's reasoning in real-time. When disabled, the thinking dropdowns will remain closed by default for a cleaner and more streamlined interface",
386386
"com_nav_info_user_name_display": "When enabled, the username of the sender will be shown above each message you send. When disabled, you will only see \"You\" above your messages.",
387+
"com_nav_info_balance": "Balance shows how many token credits you have left to use. Token credits translate to monetary value (e.g., 1000 credits = $0.001 USD)",
387388
"com_nav_lang_arabic": "العربية",
388389
"com_nav_lang_auto": "Auto detect",
389390
"com_nav_lang_brazilian_portuguese": "Português Brasileiro",

0 commit comments

Comments
 (0)