View | Details | Raw Unified | Return to bug 36135
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt (-2 / +1 lines)
Lines 296-302 Link Here
296
                        $("#table_search_selections")
296
                        $("#table_search_selections")
297
                            .show()
297
                            .show()
298
                            .find("span")
298
                            .find("span")
299
                            .text(__("Holds selected: %s").format(number));
299
                            .text(_("Holds selected: %s").format(number));
300
                    }
300
                    }
301
                }
301
                }
302
302
303
- 

Return to bug 36135