@@ -, +, @@ - Remove space before : as this is not correct in English - Remove an errorenous commented line that probably snuck back in from a merge --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt @@ -83,7 +83,6 @@
  • Average loan time
  • Koha database schema
  • Koha reports library
  • - --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt @@ -19,7 +19,7 @@

    Report/log files

    [% IF ( error_no_dir ) %] -
    Error : Report/log files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
    +
    Error: Report/log files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
    [% ELSE %] [% IF ( files_loop ) %] --