Bugzilla – Attachment 111159 Details for
Bug 26449
Small typo in web installer template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26449: fix web installer typo
Bug-26449-fix-web-installer-typo.patch (text/plain), 2.26 KB, created by
Martin Renvoize (ashimema)
on 2020-10-02 14:00:23 UTC
(
hide
)
Description:
Bug 26449: fix web installer typo
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-02 14:00:23 UTC
Size:
2.26 KB
patch
obsolete
>From 7875e1c3339fd8671af62b24839164f1b77f7342 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >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. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 @@ > > <p> Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.</p> > <p> When adding to your institution's catalog you will create an item of a particular item type.</p> >- <p> 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.</p> >+ <p> 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.</p> > > <form id="createitemform" method="post" action="onboarding.pl"> > <fieldset class="rows"> >@@ -52,4 +52,4 @@ > <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> > [% END %] > >-[% INCLUDE 'installer-intranet-bottom.inc' %] >\ No newline at end of file >+[% INCLUDE 'installer-intranet-bottom.inc' %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26449
:
110033
| 111159