@@ -, +, @@ be in double quotes - Created several reports fresh and using the new duplicate feature. - Verified authorized values were created correctly and can be viewed from Administration > authorized values. - Checked tabs and limiting on subgroups works correctly. --- .../en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -76,7 +76,7 @@ $(document).ready(function(){ { 'bSearchable': false, 'aTargets': [3, 4] } ], 'oLanguage': { - 'sZeroRecords': _('No matching reports found') + 'sZeroRecords': _("No matching reports found") } })); --