Bugzilla – Attachment 155641 Details for
Bug 34716
Typo in tools/stockrotation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34716: Fix typo
Bug-34716-Fix-typo.patch (text/plain), 1.64 KB, created by
Marcel de Rooy
on 2023-09-15 07:08:58 UTC
(
hide
)
Description:
Bug 34716: Fix typo
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-09-15 07:08:58 UTC
Size:
1.64 KB
patch
obsolete
>From fa89d4b8040b26e1c587a66b9a570f66b7edbd0c Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 5 Sep 2023 13:40:07 +0000 >Subject: [PATCH] Bug 34716: Fix typo >Content-Type: text/plain; charset=utf-8 > >Fixes a typo where "it's" should be "its" > >Test plan: >1) Check the commit and observe that the change has been made correctly > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >index c7f18fb805..75bb35ecd4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >@@ -344,7 +344,7 @@ > [% ELSIF (op == 'confirm_remove_from_rota') %] > > <div class="dialog alert"> >- <h1>Are you sure you wish to remove this item from it's rota</h1> >+ <h1>Are you sure you wish to remove this item from its rota</h1> > <p> > <a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&item_id=[% item_id | uri %]&stage_id=[% stage_id | uri %]&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a> > <a class="btn btn-default btn-xs deny" href="?op=manage_items&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-times"></i>No</a> >-- >2.30.2
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 34716
:
155216
|
155218
| 155641