From 79dba46e3add07f83569a9bc79f683bb6933e596 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 1 Mar 2021 13:05:22 +0000 Subject: [PATCH] Bug 27473: (follow-up) Remove the redirect message I don't think it's necessary to remove the redirect because I don't think it does any harm, but why include a message about it? I think we should treat this step like all the others and provide a button to take the user to the next page. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aa6a446c6a..b549532eab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -48,7 +48,7 @@ [% IF ( finish ) %]

Web installer › Installation complete

Congratulations, installation complete

-

This page will redirect in 10 seconds. Continue with the onboarding process

+

Begin the onboarding process

[% END %] [% IF ( choosemarc ) %] -- 2.20.1