Bugzilla – Attachment 159269 Details for
Bug 35404
Wrong copy and paste in string (ILL batches)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35404: Fix wrong copy and paste in string (ILL batches)
Bug-35404-Fix-wrong-copy-and-paste-in-string-ILL-b.patch (text/plain), 1.27 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-27 13:25:35 UTC
(
hide
)
Description:
Bug 35404: Fix wrong copy and paste in string (ILL batches)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-27 13:25:35 UTC
Size:
1.27 KB
patch
obsolete
>From 5a384caaf792933d671615c1fdb34ae5b92987be Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 27 Nov 2023 10:24:29 -0300 >Subject: [PATCH] Bug 35404: Fix wrong copy and paste in string (ILL batches) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc >index 5286f77b5e4..cd98fd09bf2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-batch-modal-strings.inc >@@ -15,7 +15,7 @@ > var ill_populate_failed = _("Failed to retrieve"); > var ill_button_remove = _("Remove"); > var ill_batch_create_api_fail = _("Unable to create batch request"); >- var ill_batch_update_api_fail = _("Unable to updatecreate batch request"); >+ var ill_batch_update_api_fail = _("Unable to update batch request"); > var ill_batch_item_remove = _("Are you sure you want to remove this item from the batch?"); > var ill_batch_create_cancel_button = _("Close"); > var ill_batch_metadata_more = _("More"); >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35404
:
159269
|
159270
|
159629