Skip to content

Commit b87c79a

Browse files
authored
Fix category_code attribute label
1 parent 0e63080 commit b87c79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup/Patch/Data/AddCategoryCodeAttributeV1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function apply(): self
4141
'category_code',
4242
[
4343
'type' => 'varchar',
44-
'label' => 'Identifier',
44+
'label' => 'Category Code',
4545
'input' => 'text',
4646
'source' => '',
4747
'visible' => true,

0 commit comments

Comments
 (0)