Update packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Joel Jeremy Marquez
2024-09-25 14:04:45 -07:00
committed by GitHub
parent a5fbd5ad43
commit 1bc77b5554

View File

@@ -170,7 +170,7 @@ export function BalanceWithCarryover({
</span>
<GoalTooltipRow>
<div>{t('Goal Type:')}</div>
<div>{longGoalValue === 1 ? 'Long' : 'Template'}</div>
<div>{longGoalValue === 1 ? t('Long') : t('Template')}</div>
</GoalTooltipRow>
<GoalTooltipRow>
<div>{t('Goal:')}</div>