From 6a110545e2908d5d1885ff07f59e6e71e63e267b Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 15:21:46 +0200 Subject: [PATCH] Rename Pending Approvals card from "Pending Expense Approvals" Both expense and income entries land in the same pending list (the backend's /entries/pending endpoint already returns all pending transactions regardless of type, and approve/reject is type-agnostic), so the expense-specific title was misleading once income approval shipped in #13. --- templates/libra/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/libra/index.html b/templates/libra/index.html index 17eed2b..8641fa4 100644 --- a/templates/libra/index.html +++ b/templates/libra/index.html @@ -69,10 +69,10 @@ - + -
Pending Expense Approvals
+
Pending Approvals