diff --git a/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php b/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php index 515d2acd54eac18286910db098873d2809e0ea43..3a7ebc57e41a063fef3f7098bf8bdb1c1cc07460 100644 --- a/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php +++ b/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php @@ -2,7 +2,7 @@ return [ 'ctrl' => [ 'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:be_dashboard', - 'label' => 'label', + 'label' => 'title', 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', @@ -18,10 +18,10 @@ return [ 'typeicon_classes' => [ 'default' => 'content-dashboard' ], - 'searchFields' => 'identifier,label,configuration' + 'searchFields' => 'identifier,title,configuration' ], 'interface' => [ - 'showRecordFieldList' => 'hidden,identifier,label,configuration,starttime,endtime' + 'showRecordFieldList' => 'hidden,identifier,title,configuration,starttime,endtime' ], 'columns' => [ 'hidden' => [ @@ -69,8 +69,8 @@ return [ 'eval' => 'required' ] ], - 'label' => [ - 'label' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:label', + 'title' => [ + 'label' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:title', 'config' => [ 'type' => 'input', 'size' => 30, @@ -90,7 +90,7 @@ return [ '1' => [ 'showitem' => ' --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, - identifier,label,configuration, + identifier,title,configuration, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, hidden, --palette--;;timeRestriction, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, diff --git a/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf index f1cfb630e8b939e3fa9a0f143d9b88666d0f7cda..1da979d34bf1493bf76949e42f7f9cacd2d96806 100644 --- a/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf +++ b/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf @@ -9,8 +9,8 @@ <trans-unit id="identifier" xml:space="preserve"> <source>Identifier</source> </trans-unit> - <trans-unit id="label" xml:space="preserve"> - <source>Label</source> + <trans-unit id="title" xml:space="preserve"> + <source>Title</source> </trans-unit> <trans-unit id="configuration" xml:space="preserve"> <source>Configuration</source>