* [task#116512] Change the default success message.

This commit is contained in:
dingguodong
2024-06-13 08:39:08 +00:00
committed by 李阳
parent 0b6301905b
commit 50658fea99
+1 -1
View File
@@ -344,7 +344,7 @@ class system extends control
if($rawResult)
{
if($rawResult->code == 200)
$this->sendSuccess();
$this->sendSuccess($this->lang->system->backup->success->upgrade);
else
$this->sendError($rawResult->message);
}