diff --git a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx index 5a63b14c41f..45c0859c2c8 100644 --- a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx +++ b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx @@ -187,10 +187,7 @@ export function BalanceWithCarryover({
{ { - type: - longGoalValue === 1 - ? t('Long', { context: 'noun' }) - : t('Template'), + type: longGoalValue === 1 ? t('Long') : t('Template'), } as TransObjectLiteral }