From 8c360762a6cd29e0c26bbb856683b6fafc110aec Mon Sep 17 00:00:00 2001 From: rahul_g Date: Tue, 20 Aug 2024 18:15:05 +0530 Subject: [PATCH] Added state code as well --- src/pages/state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/state.tsx b/src/pages/state.tsx index e2d00ecf..5bbc3a7d 100644 --- a/src/pages/state.tsx +++ b/src/pages/state.tsx @@ -81,7 +81,7 @@ const State: React.FC = () => { const columns = [ { key: "label", title: t("MASTER.STATE"), width: "130" }, - { key: "value", title: t("MASTER.CODE"), width: "130" }, + { key: "value", title: t("MASTER.STATE_CODE"), width: "130" }, { key: "createdBy", title: t("MASTER.CREATED_BY"), width: "130" }, { key: "updatedBy", title: t("MASTER.UPDATED_BY"), width: "130" }, { key: "createdAt", title: t("MASTER.CREATED_AT"), width: "160" },