diff --git a/client/src/components/budget/BudgetSection.tsx b/client/src/components/budget/BudgetSection.tsx index b18213fb1..6cbd7f0a2 100644 --- a/client/src/components/budget/BudgetSection.tsx +++ b/client/src/components/budget/BudgetSection.tsx @@ -390,7 +390,7 @@ export function BudgetSection({ type="button" className={styles.addButton} onClick={openAddBudgetForm} - aria-label={t('budgetLineForm.addBudgetLineAriaLabel')} + aria-label={tBudget('budgetLineForm.addBudgetLineAriaLabel')} > {budgetLineType === 'household_item' ? t('detail.budget.addLineButton') : '+ Add Line'}