diff --git a/controllers/ActionController.php b/controllers/ActionController.php
index 02f1a70a4f5763e83c873d512fc417909305633c..4c6b7f36cf94c1e765ff6455aa2527db931ac72f 100755
--- a/controllers/ActionController.php
+++ b/controllers/ActionController.php
@@ -30,6 +30,7 @@ class ActionController extends CommunecterController {
 			"getrangeactionsbyidparent" => \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetActionsByIdParentWithRangeAction::class,
 			'getprojectbypoleandparentid'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetByPoleAndParentIdAction::class,
 			'getprojectbyidwithlimit'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetActionsByIdWithLimit::class,
+			'getlastweekactions'		=> \PixelHumain\PixelHumain\modules\citizenToolKit\controllers\action\GetLastWeekActions::class,
 	    );
 	}
 }
\ No newline at end of file
diff --git a/views/translation/trad.php b/views/translation/trad.php
index e82ef46d4698fabbcae5369b34bb4e751954b20a..7f3d9fd94b008c724feb23dabeee047031d4b86f 100755
--- a/views/translation/trad.php
+++ b/views/translation/trad.php
@@ -3207,6 +3207,7 @@ var tradCms = {
 	"filterByDay": "<?= Yii::t("cms","Filter by day") ?>",
 	"timeline": "<?php echo Yii::t("cms","Timeline") ?>",
 	"mustBeAfter": "<?php echo Yii::t("cms","Must be after") ?>",
+	"mustBeBefore": "<?php echo Yii::t("cms","Must be before") ?>",
 	"mustBeBetween": "<?php echo Yii::t("cms","Must be between") ?>",
 	"and": "<?php echo Yii::t("cms","and") ?>",
 	"eventName": "<?php echo Yii::t("cms","Event name") ?>",