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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 / +1 lines)
Lines 184-190 Link Here
184
184
185
                [% IF ( duplicate_message ) %]
185
                [% IF ( duplicate_message ) %]
186
                    <div class="dialog message">
186
                    <div class="dialog message">
187
                        <strong>[% duplicate_count %] duplicate patron(s) found</strong> and removed from batch [% batch_id %].
187
                        <strong>Duplicates removed from Batch [% batch_id %]:</strong> [% duplicate_count %] patron(s)
188
                    </div>
188
                    </div>
189
                [% END %]
189
                [% END %]
190
190
191
- 

Return to bug 14631