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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 188-194 Link Here
188
            [% CASE 'unauthorized_on_add_biblio' %]
188
            [% CASE 'unauthorized_on_add_biblio' %]
189
                <span>You do not have permission to add a record to this list.</span>
189
                <span>You do not have permission to add a record to this list.</span>
190
            [% CASE 'unauthorized_transfer' %]
190
            [% CASE 'unauthorized_transfer' %]
191
                <span>You do not have permission to transfer ownership of this list.</span>
191
                <span>Transfer not allowed: You or the selected user do not have the required permissions.</span>
192
            [% CASE 'new_owner_not_found' %]
192
            [% CASE 'new_owner_not_found' %]
193
                <span>The new owner could not be found anymore.</span>
193
                <span>The new owner could not be found anymore.</span>
194
            [% CASE 'no_biblio_removed' %]
194
            [% CASE 'no_biblio_removed' %]
195
- 

Return to bug 33440