From 0b01eefe2050fcc5064c68e5769ca5934ed53e44 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Fri, 27 Feb 2026 11:23:06 +0700 Subject: [PATCH] refactor(FE): Update button labels for clarity in FinanceTable --- src/components/pages/finance/FinanceTable.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/pages/finance/FinanceTable.tsx b/src/components/pages/finance/FinanceTable.tsx index 01b4135a..988928e3 100644 --- a/src/components/pages/finance/FinanceTable.tsx +++ b/src/components/pages/finance/FinanceTable.tsx @@ -643,7 +643,7 @@ const FinanceTable = () => { className='px-3 py-2.5 w-fit text-sm text-base-100 rounded-lg shadow-sm' > - Injection Saldo Bank + Add Injection (Saldo Bank) @@ -653,7 +653,7 @@ const FinanceTable = () => { className='px-3 py-2.5 w-fit text-sm text-base-100 rounded-lg shadow-sm' > - Saldo Awal + Add Initial Balance @@ -663,7 +663,7 @@ const FinanceTable = () => { className='px-3 py-2.5 w-fit text-sm text-base-100 rounded-lg shadow-sm' > - Tambah + Add Finance @@ -761,7 +761,10 @@ const FinanceTable = () => { -
+