Skip to content

Commit

Permalink
[BUGFIX] Display correct label/description for folder
Browse files Browse the repository at this point in the history
Fixes: #607
  • Loading branch information
nhovratov committed Nov 29, 2023
1 parent 6e8dcdc commit 04f9da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Mask/TcaFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@
],
'config.fileFolderConfig.folder' => [
'type' => 'text',
'label' => 'tx_mask.field.select.file_folder_ext_list',
'description' => 'tx_mask.field.select.file_folder_ext_list.description',
'label' => 'tx_mask.field.select.file_folder',
'description' => 'tx_mask.field.select.file_folder.description',
'code' => 'folder',
'documentation' => [
11 => 'ColumnsConfig/Type/Select/Properties/FileFolderConfig.html#columns-select-properties-filefolder',
Expand Down

0 comments on commit 04f9da7

Please sign in to comment.