Skip to content

Commit

Permalink
fix #3142 【5.1】ページタイトルが「データメンテナンス」となっています【ユーティリティ>ログメンテナンス】
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Feb 22, 2024
1 parent b4b4a80 commit 4f558d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @noTodo
* @unitTest
*/
$this->BcAdmin->setTitle(__d('baser_core', 'データメンテナンス'));
$this->BcAdmin->setTitle(__d('baser_core', 'ログメンテナンス'));
$this->BcAdmin->setHelp('tools_log');
?>

Expand Down

0 comments on commit 4f558d6

Please sign in to comment.