Rename budgeting to budget

This commit is contained in:
2022-04-06 20:01:41 +00:00
committed by Gitea
parent eb2b31e622
commit cce9f29f17
2 changed files with 4 additions and 4 deletions

View File

@ -69,5 +69,5 @@ func (h *Handler) editAccount(c *gin.Context) {
return
}
h.returnBudgetingData(c, account.BudgetID)
h.getBudget(c, account.BudgetID)
}