[TASK] Add value for localisation until parameterized

This commit is contained in:
Philipp Dieter 2020-12-10 12:21:40 +01:00
parent 85af17b979
commit 092d9dadbd

View File

@ -357,7 +357,7 @@ class ActionController extends BaseController
{ {
return LocalizationUtility::translate( return LocalizationUtility::translate(
$key, $key,
'tobereplaced', //TODO: Replace me 'fes_garbagedumps', //TODO: Replace me
$arguments $arguments
); );
} }