From 8cf45cdf2b24374cd9d6de1eeb7a8c9ad86a0ded Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Mon, 14 Sep 2020 09:39:44 +0200 Subject: [PATCH] Bug 26449: fix web installer typo The onboarding segment of the web installer contains a small typo in Step 4: "Importantl:" (should be "Important:"). This patch fixes that. Test plan: apply the patch and access the web installer, Step 4 of the onboarding tool should no longer display the typo. --- koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt index ba41c63488..67cd5ef0a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt @@ -16,7 +16,7 @@

Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.

When adding to your institution's catalog you will create an item of a particular item type.

-

Importantl: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.

+

Important: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.

@@ -52,4 +52,4 @@ [% END %] -[% INCLUDE 'installer-intranet-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'installer-intranet-bottom.inc' %] -- 2.11.0