From e61282919c543cbc9ec4e83f06542ca6ed69d9d0 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop 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 --- 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') %]
-

Are you sure you wish to remove this item from it's rota

+

Are you sure you wish to remove this item from its rota

Yes No -- 2.37.1 (Apple Git-137.1)