@@ -, +, @@ onboardinstep5.tt and the location of the onboarding string in onboardingstep3.tt --- koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -4,7 +4,6 @@ [% INCLUDE 'js_includes.inc' %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] -[% INCLUDE 'onboarding_messages.inc' %] Koha › Web installer › Create Koha administrator patron @@ -12,6 +11,7 @@

Koha

+ [% INCLUDE 'onboarding_messages.inc' %]

Web installer › Create Koha administrator patron

Now we will create a patron with superlibrarian permissions. Login with this to access Koha as a staff member will all permissions.

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt @@ -11,10 +11,10 @@

Koha

-

Web installer › Complete

[% INCLUDE 'onboarding_messages.inc' %] [% IF all_done %] +

Web installer › Complete

Congratulations you have finished and ready to use Koha

Start using Koha [% ELSE %] --