diff --git a/module/mr/control.php b/module/mr/control.php index 8343b724c5..9136ffb170 100644 --- a/module/mr/control.php +++ b/module/mr/control.php @@ -984,6 +984,6 @@ class mr extends control public function ajaxSyncCompile(int $compileID) { $this->loadModel('ci')->checkCompileStatus($compileID); - return $this->sendSuccess(array('load' => true)); + return $this->sendSuccess(array('message' => $this->lang->mr->refreshSuccess, 'load' => true)); } }