From b41fb50e06e58fcdcce2302ea47a7e75a173d651 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Mon, 20 May 2024 16:20:43 +0800 Subject: [PATCH] + Add refresh result tip for mr. --- module/mr/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }