From 1742893d5a69f0af36c79eb2be39ce66f405cd46 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 8 Jan 2024 13:36:20 +0000 Subject: [PATCH] Bug 35686: (follow-up) Correct page heading Signed-off-by: Lucas Gass Removed space before colon from "Update report :" Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index b8f687d345..1e84e53796 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -346,9 +346,9 @@ [% END # / IF default %] [% IF ( updatestructure ) %] -

Updating database structure

+

Web installer › Updating database structure

[% IF has_update_succeeds || success %] -

Update report :

+

Update report:

[% END %] [%# Success for old versions %] -- 2.39.5