From ce074b3e45cd42c5a7da6c79816fad177084ae14 Mon Sep 17 00:00:00 2001
From: Josef Moravec
Date: Mon, 23 Oct 2017 22:09:51 +0000
Subject: [PATCH] Bug 16782: Fix spelling of 'Available'
Signed-off-by: Josef Moravec
---
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index 4aece72..a92fa16 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -420,7 +420,7 @@ canned reports and writing custom SQL reports.
[% savedreport.last_modified | $KohaDates with_hours => 1 %] |
[% savedreport.last_run | $KohaDates with_hours => 1 %] |
[% IF (savedreport.public) %]
- Avaliable at [% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] |
+ Available at [% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] |
[% ELSE %]
No |
[% END %]
--
2.1.4