From 092d9dadbdfdae7972f199ea83da6d879619c747 Mon Sep 17 00:00:00 2001 From: Philipp Dieter Date: Thu, 10 Dec 2020 12:21:40 +0100 Subject: [PATCH] [TASK] Add value for localisation until parameterized --- Classes/Controller/ActionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Controller/ActionController.php b/Classes/Controller/ActionController.php index 02a78e6..319e0d9 100644 --- a/Classes/Controller/ActionController.php +++ b/Classes/Controller/ActionController.php @@ -357,7 +357,7 @@ class ActionController extends BaseController { return LocalizationUtility::translate( $key, - 'tobereplaced', //TODO: Replace me + 'fes_garbagedumps', //TODO: Replace me $arguments ); }