diff options
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
| -rw-r--r-- | lib/form-list/table/formLists-table.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/form-list/table/formLists-table.tsx b/lib/form-list/table/formLists-table.tsx index aa5bfa09..9f35db03 100644 --- a/lib/form-list/table/formLists-table.tsx +++ b/lib/form-list/table/formLists-table.tsx @@ -79,23 +79,23 @@ export function FormListsTable({ promises }: ItemsTableProps) { }, { id: "formCode", - label: "Form Code", + label: "Register ID", type: "text", }, { id: "formName", - label: "Form Name", + label: "Register Description", type: "text", }, { id: "tagTypeLabel", - label: "Tag Type", + label: "TAG TYPE ID", type: "text", }, { id: "classLabel", - label: "Class", + label: "Class Description", type: "text", }, |
