From 61bd15cbc379c04c496f8ca218c9cb35017f0f68 Mon Sep 17 00:00:00 2001 From: Wind-Explorer <66894537+Wind-Explorer@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:34:34 +0800 Subject: [PATCH] Changed wording for user management --- client/src/pages/UsersManagementPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/UsersManagementPage.tsx b/client/src/pages/UsersManagementPage.tsx index 1502f26..3e5d9d2 100644 --- a/client/src/pages/UsersManagementPage.tsx +++ b/client/src/pages/UsersManagementPage.tsx @@ -167,7 +167,7 @@ export default function UsersManagement() { ) : columnKey == "isArchived" ? ( getKeyValue(userEntry, columnKey) ? ( - "Archived" + "Inactive" ) : ( "Active" )