From ede0aa0358b01e1f8d005d9e11a4db9cd502dbb8 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 22 Oct 2024 05:33:10 +0100 Subject: [PATCH] updated btn --- .../process/user-ready/table/columns/UserActionsCell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/process/user-ready/table/columns/UserActionsCell.tsx b/src/app/modules/process/user-ready/table/columns/UserActionsCell.tsx index c4dd569..0be1930 100644 --- a/src/app/modules/process/user-ready/table/columns/UserActionsCell.tsx +++ b/src/app/modules/process/user-ready/table/columns/UserActionsCell.tsx @@ -72,7 +72,7 @@ const UserActionsCell: FC = ({ id }) => { data-kt-users-table-filter="delete_row" onClick={async () => resendVerification()} > - Resend Verification + Employer Verification {/* end::Menu item */} -- 2.34.1