@@ -, +, @@ --- installer/onboarding.pl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) --- a/installer/onboarding.pl +++ a/installer/onboarding.pl @@ -129,7 +129,7 @@ if ( $start && $start eq 'Start setting up my Koha' ) { ] ); } -elsif ( $start && $start eq 'Add a patron category' ) { +elsif ( $start && $start eq 'Minimal patron category setup' ) { #Select all the patron category records in the categories database table and give them to the template my $categories = Koha::Patron::Categories->search(); @@ -137,7 +137,7 @@ elsif ( $start && $start eq 'Add a patron category' ) { #Check if the $step variable equals 1 i.e. the user has clicked to create a library in the create library screen 1 } -elsif ( $start && $start eq 'Add an item type' ) { +elsif ( $start && $start eq 'Minimal item type setup' ) { my $itemtypes = Koha::ItemTypes->search(); $template->param( itemtypes => $itemtypes, ); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -66,7 +66,7 @@ function Hide(link) [% IF ( finish ) %]

Congratulations, installation complete

-

If this page does not redirect in 5 seconds, click here.

+

If this page does not redirect in 5 seconds, click Start onboarding process.

[% END %] @@ -217,11 +217,11 @@ function Hide(link) [% END %]

All done!

Installation complete.
-

Click on 'Continue to onboarding tool' to complete and load the Koha onboarding tool. +

Click on 'Set Koha version system preference' to complete and load the Koha onboarding tool.

- +

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt @@ -17,7 +17,7 @@
- +
@@ -37,7 +37,7 @@

Next up: - + [%ELSE %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -109,7 +109,7 @@ $(document).ready(function(){ More -> Set Permissions in a user page to gain superlibrarian permissions. Next up: - + [% ELSE %] --