Bugzilla – Attachment 159629 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.39 KB, created by
Victor Grousset/tuxayo
on 2023-12-07 05:26:04 UTC
(
hide
)
Description:
Bug 35404: Fix wrong copy and paste in string (ILL batches)
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-12-07 05:26:04 UTC
Size:
1.39 KB
patch
obsolete
>From e343b8a3ad7a742fd3e2965fc0395d54234c1c30 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> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > .../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 5286f77b5e..cd98fd09bf 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