From 536f5f468741c1296f36f1cc65f6802446e692ea Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 5 Feb 2023 01:44:23 +0000 Subject: [PATCH] Bug 32289: Fix punctuation in "Delete desk "X?" The question mark should be after the quote instead of before. To test: * Enable desks using the UseCirculationDesks system preference * Go to administration > circulation desks * Add a new desk and save * Delete desk * Verify the heading reads "Delete desk "X?" * Apply patch * Verify the punctuation now is fixed now --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt index 56a739507f..d283a57e50 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -147,7 +147,7 @@ [% IF op == 'delete_confirm' %]
-

Delete desk "[% desk.desk_name | html %]?"

+

Delete desk "[% desk.desk_name | html %]"?

-- 2.30.2
Desk ID [% desk.desk_id | html %]