Skip to content

Commit

Permalink
fix: add missing file extension, refs #15
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper authored and astehlik committed Dec 20, 2023
1 parent 8a50e70 commit b91ef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_file_reference.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;

$lllPrefix = 'LLL:EXT:html5mediakit/Resources/Private/Language/locallang_db:sys_file_reference.';
$lllPrefix = 'LLL:EXT:html5mediakit/Resources/Private/Language/locallang_db.xlf:sys_file_reference.';

$additionalColumns = [
'tx_html5mediakit_track_kind' => [
Expand Down

0 comments on commit b91ef86

Please sign in to comment.