Skip to content

Commit

Permalink
Fix label for tl_module.rsts_thumbs_imgSize (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Aug 5, 2024
1 parent bfcccd3 commit 4ef5f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
'sql' => "char(1) COLLATE ascii_bin NOT NULL default '1'",
);
$GLOBALS['TL_DCA']['tl_module']['fields']['rsts_thumbs_imgSize'] = array(
'label' => &$GLOBALS['TL_LANG']['tl_module']['imgSize'],
'label' => &$GLOBALS['TL_LANG']['MSC']['imgSize'],
'exclude' => true,
'inputType' => 'imageSize',
'options_callback' => function() {
Expand Down

0 comments on commit 4ef5f99

Please sign in to comment.