diff --git a/web/src/pages/AllAccounts.vue b/web/src/pages/AllAccounts.vue
index 244ec92..fc722f8 100644
--- a/web/src/pages/AllAccounts.vue
+++ b/web/src/pages/AllAccounts.vue
@@ -34,7 +34,7 @@ onMounted(() => {
- All Accounts
+ Problematic Transactions
diff --git a/web/src/pages/BudgetSidebar.vue b/web/src/pages/BudgetSidebar.vue
index bf7cfb3..4e3679e 100644
--- a/web/src/pages/BudgetSidebar.vue
+++ b/web/src/pages/BudgetSidebar.vue
@@ -40,7 +40,7 @@ function toggleMenu() {
Budget
- All Accounts
+ Problematic Transactions
diff --git a/web/src/router/index.ts b/web/src/router/index.ts
index 26504d8..61bab6f 100644
--- a/web/src/router/index.ts
+++ b/web/src/router/index.ts
@@ -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 },