From 4b0854e18419a5872f18ef3b3a2032002baebf65 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 4 Nov 2024 13:16:45 +0000 Subject: [PATCH] Bug 35570: (QA follow-up): Fix translatability of 'Delete' This is also fixing the delete->trash icon and spacing between label+icon --- Koha/ILL/Backend/shared-includes/custom_fields.inc | 4 ++-- Koha/ILL/Backend/shared-includes/shared.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/ILL/Backend/shared-includes/custom_fields.inc b/Koha/ILL/Backend/shared-includes/custom_fields.inc index cfd3fec65b..9f02f163f9 100644 --- a/Koha/ILL/Backend/shared-includes/custom_fields.inc +++ b/Koha/ILL/Backend/shared-includes/custom_fields.inc @@ -8,8 +8,8 @@
  • + Delete + [% i = i + 1 %] [% END %] diff --git a/Koha/ILL/Backend/shared-includes/shared.js b/Koha/ILL/Backend/shared-includes/shared.js index ab6e885b2c..52ec5eed2c 100644 --- a/Koha/ILL/Backend/shared-includes/shared.js +++ b/Koha/ILL/Backend/shared-includes/shared.js @@ -7,8 +7,8 @@ document.addEventListener('DOMContentLoaded', function() { ' '+ ''; + '' + + ' '+__('Delete')+''; $('#standard-fields').append(row); }); $('#standard-fields').on('click', '.delete-new-field', -- 2.39.5