https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- There are some more issues I found but failed to fix. Maybe someone more knowledgeable about vue can help with these? 1) koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue All 4 alert(...) messages 2) koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue render: function (data, type, row, meta) { const importer = row.borrowernumber ? `<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber ${row.borrowernumber}</a>` : __("Cronjob") return importer }, I also suspect some other things to not translate, but might be easier to see in the GUI later and report separately. -- You are receiving this mail because: You are watching all bug changes.