https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|Passed QA |Failed QA --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- There are more occurrences that need to be replaced IMO: api/v1/swagger/definitions/patron.json: "description": "a note on the patron's account visible in OPAC and staff client" koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc: <a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a> koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc: <a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a> a lot of .pref koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt: <th>Staff client</th> t/db_dependent/selenium/authentication.t: like( $driver->get_title, qr(Koha staff client), 'Patron with flags catalogue should be able to login' ); t/db_dependent/selenium/authentication.t: like( $driver->get_title, qr(Koha staff client), 'Patron with flags superlibrarian should be able to login' ); -- You are receiving this mail because: You are watching all bug changes.