mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
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:
committed by
GitHub
parent
a5fbd5ad43
commit
1bc77b5554
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user