https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26236 Bug ID: 26236 Summary: log viewer does not translate the interface properly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org viewlog.tt 83 [% BLOCK translate_log_interface %] 84 [% SWITCH log_interface %] 85 [% CASE 'INTRANET' %]Intranet 86 [% CASE 'OPAC' %]OPAC 87 [% CASE 'SIP' %]SIP 88 [% CASE 'COMMANDLINE' %]Command-line 89 [% CASE 'API' %]REST API 90 [% CASE 'CRON' %]Cron job 91 [% CASE %][% log_interface | html %] 92 [% END %] 93 [% END %] We don't have CRON in DB, but 'cron', same for all others, they are all lowercase. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.