Rename menu to problematic transactions

This commit is contained in:
2022-04-23 10:59:07 +00:00
committed by Gitea
parent 8f99499c2f
commit cfb1dbe276
3 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ const routes = [
meta: { requiresAuth: true },
},
{
path: "/budget/:budgetid/all-accounts",
name: "All Accounts",
path: "/budget/:budgetid/problematic-transactions",
name: "Problematic Transactions",
components: { default: AllAccounts, sidebar: BudgetSidebar },
props: true,
meta: { requiresAuth: true },