summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tag-numbering/table/tagNumbering-table.tsx11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/tag-numbering/table/tagNumbering-table.tsx b/lib/tag-numbering/table/tagNumbering-table.tsx
index 847b3eeb..1a8f6aa8 100644
--- a/lib/tag-numbering/table/tagNumbering-table.tsx
+++ b/lib/tag-numbering/table/tagNumbering-table.tsx
@@ -78,7 +78,7 @@ export function TagNumberingTable({ promises }: ItemsTableProps) {
},
{
id: "tagTypeCode",
- label: "Tag Type Code",
+ label: "TYPE ID",
type: "text",
},
{
@@ -89,7 +89,7 @@ export function TagNumberingTable({ promises }: ItemsTableProps) {
{
id: "attributesId",
- label: "Attributes Id",
+ label: "Attribute",
type: "text",
},
@@ -100,7 +100,12 @@ export function TagNumberingTable({ promises }: ItemsTableProps) {
},
{
id: "expression",
- label: "expression",
+ label: "Reg_Exps",
+ type: "text",
+ },
+ {
+ id: "delimiter",
+ label: "Separator",
type: "text",
},
{