diff --git a/src/pages/block.tsx b/src/pages/block.tsx index 57176b96..8766cefc 100644 --- a/src/pages/block.tsx +++ b/src/pages/block.tsx @@ -249,7 +249,7 @@ const Block: React.FC = () => { const columns = [ { key: "block", - title: t("MASTER.BLOCK"), + title: t("COMMON.BLOCK"), dataType: DataType.String, width: "130", }, 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" },