Maintenance: Improved wording of source strings.

This commit is contained in:
Martin Gruner 2022-01-28 14:21:25 +01:00
parent 2aa1381c80
commit 5b47ce9afd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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