Skip to content

Commit 2a1c66f

Browse files
committed
Fixed TCA tab label.
1 parent 08406e5 commit 2a1c66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/TCA/Overrides/fe_users.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('fe_users', $tempColumns);
3636
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('fe_users', 'gender', '', 'before:name');
37-
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('fe_users', '--div--; LLL:EXT:datamints_feuser/locallang_db.xml:tt_content.list_type_pi1, tx_datamintsfeuser_approval_level');
37+
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('fe_users', '--div--;LLL:EXT:datamints_feuser/locallang_db.xml:tt_content.list_type_pi1, tx_datamintsfeuser_approval_level');

0 commit comments

Comments
 (0)