@@ -541,7 +541,7 @@ discard block |
||
541 | 541 | |
542 | 542 | $is_assim_move = is_assim_move($app); |
543 | 543 | |
544 | - page_head("Batch $batch_id"); |
|
544 | + page_head("batch $batch_id"); |
|
545 | 545 | text_start(800); |
546 | 546 | start_table(); |
547 | 547 | row2("name", $batch->name); |
@@ -817,7 +817,7 @@ discard block |
||
817 | 817 | |
818 | 818 | if (get_int('confirmed', true)) { |
819 | 819 | retire_batch($batch); |
820 | - page_head("Batch $batch_id retired"); |
|
820 | + page_head("batch $batch_id retired"); |
|
821 | 821 | return_link(); |
822 | 822 | page_tail(); |
823 | 823 | } else { |