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>
This commit is contained in:
Tomás Cohen Arazi 2023-11-27 10:24:29 -03:00 committed by Katrin Fischer
parent cd6aebf849
commit 7365d87239
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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");