From 5b47ce9afd92e1e755dba316117f50e46f51bfd0 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Fri, 28 Jan 2022 14:21:25 +0100 Subject: [PATCH] Maintenance: Improved wording of source strings. --- .../javascripts/app/controllers/widget/ticket_bulk_form.coffee | 2 +- i18n/zammad.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee b/app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee index c4d628631..c46dc9d5f 100644 --- a/app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee +++ b/app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee @@ -205,7 +205,7 @@ class App.TicketBulkForm extends App.Controller App.Event.trigger('notify', { type: 'error' - msg: App.i18n.translateContent('Bulk action stopped %s!', errorString) + msg: App.i18n.translateContent('Bulk action stopped by error(s): %s!', errorString) }) @cancel() return diff --git a/i18n/zammad.pot b/i18n/zammad.pot index 5be6ca3dc..fc08bb4fd 100644 --- a/i18n/zammad.pot +++ b/i18n/zammad.pot @@ -1239,7 +1239,7 @@ msgid "Bulk action failed" msgstr "" #: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee -msgid "Bulk action stopped %s!" +msgid "Bulk action stopped by error(s): %s!" msgstr "" #: app/assets/javascripts/app/views/generic/object_import/index.jst.eco