From ec3ee1fd43f2289ca10326f5f67065d6401a4976 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 3 May 2024 14:15:32 +0000 Subject: [PATCH] Bug 36246: Remove space before question mark in confirmation message This has the benefit of making the messages on 2 separate pages consistent so they appear as one string to translate. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt index bc1c864f7c..57e7c26d1a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt @@ -139,7 +139,7 @@ "dom": "t" })); $(".delete_file").click(function(){ - return ( confirm( _("Are you sure you want to delete this file ?") ) ); + return ( confirm( _("Are you sure you want to delete this file?") ) ); }); }); -- 2.39.2