Bugzilla – Attachment 155218 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.54 KB, created by
Owen Leonard
on 2023-09-05 14:24:49 UTC
(
hide
)
Description:
Bug 34716: Fix typo
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-09-05 14:24:49 UTC
Size:
1.54 KB
patch
obsolete
>From b9bf6c675ae7855c61bb236a60139def30cf655a 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 > >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> >--- > 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