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>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 7365d87239
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
819e3e5988
commit
5e16ca80a3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue