From 133228b2665fb9b4769903b059c73d3a6c6fff4a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 20 Dec 2021 14:54:59 +0000 Subject: [PATCH] Bug 22785: (follow-up) Fix translatability Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index ddd053863d..8755cb7202 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -585,7 +585,7 @@ checked = ""; }); if( !any_checked ){ checked = 'checked="checked"'; } - $('td:eq(4) ul', nRow).prepend('
  • '); + $('td:eq(4) ul', nRow).prepend('
  • '); $('td:eq(5) ul', nRow).prepend('
  •  
  • '); } if (aData['diff_url']) { @@ -624,7 +624,7 @@ url: '/api/v1/import/[% import_batch_id | html %]/records/'+$(this).data('import_record_id')+'/matches/chosen', method: apimethod, data: apidata - }).fail(function(){ alert("Unable to update match choices"); return false; }); + }).fail(function(){ alert(_("Unable to update match choices")); return false; }); }); $("body").on("click", ".previewMARC", function(e) { -- 2.20.1