Actions
Task #81352
closedwrong label reference in EXT:frontend
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2017-05-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
look at the file: EXT:frontend/Configuration/TCA/tt_content.php
Lines: 1367-1369 (section "textpic"):
--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.headers;headers, bodytext;Text, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.images,
The line bodytext;Text,
seems wrong (or just old); other sections on same file like "text" or "textmedia" have:
bodytext;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:bodytext_formlabel,
Please change accordingly.
Actions