* Fix viewDiif.

This commit is contained in:
Guan Xiying
2021-09-07 10:50:34 +08:00
parent b223736b18
commit d5b52bc7ad
+1 -1
View File
@@ -277,7 +277,7 @@ class mr extends control
}
}
$this->view->title = $this->lang->mr->viewDiif;
$this->view->title = $this->lang->mr->viewDiff;
$this->view->diffs = $diffs;
$this->view->arrange = $arrange;
$this->display();