From: Nick Clemens Date: Mon, 20 Dec 2021 14:54:59 +0000 (+0000) Subject: Bug 22785: (follow-up) Fix translatability X-Git-Tag: v22.05.00~242 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=593c189a13367a293b60b08b096c499cfa42bd6e;p=koha-ffzg.git Bug 22785: (follow-up) Fix translatability Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Fridolin Somers --- 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) {