From 494a999776df70f895e5ed5b91ef6255c9e55424 Mon Sep 17 00:00:00 2001 From: Courtney Brown Date: Thu, 17 Jul 2025 22:25:42 +0000 Subject: [PATCH] Bug 40425: Update guided reports 'Next' button to 'Save' and included a fullstop Test plan: 1. Go to guided reports and go through the steps 2. On the final page of the reports 'Confirm custom report' page, the final sentence should have a fullstop and the button should say 'Save' Signed-off-by: David Nind --- .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b954e48a9d2..1e50498d747 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 @@ -797,10 +797,10 @@ -

You will need to save the report before you can execute it

+

You will need to save the report before you can execute it.

- +
[% END #/ IF ( showreport ) %] -- 2.39.5