From 60bd68ec6e9dfec15bbfbdd983be9210c9d85d0e Mon Sep 17 00:00:00 2001 From: Eden Bacani Date: Wed, 20 Jan 2021 02:12:11 +0000 Subject: [PATCH] Bug 27473: Improved link text in installer Test Plan 1. run reset_all to run koha installer 2. Check that after importing sample data step that link says 'Continue to the next stage' --- 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 685fd7f116..e65545fa7f 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. If not, click here to start onboarding process.

+

This page will redirect in 10 seconds. Continue to the next stage

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