diff --git a/module/mr/model.php b/module/mr/model.php
index aa81b9f93d..e323cf7604 100644
--- a/module/mr/model.php
+++ b/module/mr/model.php
@@ -330,7 +330,7 @@ class mrModel extends model
$todo->type = 'custom';
$todo->idvalue = $rawTodo->id;
$todo->pri = 3;
- $todo->name = $lang->mr->common . ": " . $rawTodo->target->title;
+ $todo->name = $this->lang->mr->common . ": " . $rawTodo->target->title;
$todo->desc = $rawTodo->target->description . "
" . '' . $this->todoDescriptionLink($gitlabID, $projectID) .'';
$todo->status = 'wait';
$todo->finishedBy = '';