Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit eec6ebf

Browse files
author
Michael Grauer
committed
BUG: Refs #212. Removed camelcase from Batchmake index page for consistency.
1 parent 87cf052 commit eec6ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/batchmake/controllers/IndexController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Batchmake_IndexController extends Batchmake_AppController
2121
*/
2222
public function indexAction()
2323
{
24-
$this->view->header = $this->t("BatchMake Server Side Processing");
24+
$this->view->header = $this->t("Batchmake Server Side Processing");
2525
}
2626

2727

0 commit comments

Comments
 (0)