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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 201-207 Link Here
201
                            [% CASE 'unauthorized_on_add_biblio' %]
201
                            [% CASE 'unauthorized_on_add_biblio' %]
202
                                <span>You do not have permission to add a record to this list.</span>
202
                                <span>You do not have permission to add a record to this list.</span>
203
                            [% CASE 'unauthorized_transfer' %]
203
                            [% CASE 'unauthorized_transfer' %]
204
                                <span>You do not have permission to transfer ownership of this list.</span>
204
                                <span>Transfer not allowed: You or the selected user do not have the required permissions.</span>
205
                            [% CASE 'no_biblio_removed' %]
205
                            [% CASE 'no_biblio_removed' %]
206
                                <span>No record was removed.</span>
206
                                <span>No record was removed.</span>
207
                            [% CASE 'new_owner_not_found' %]
207
                            [% CASE 'new_owner_not_found' %]
208
- 

Return to bug 33440