Maintenance: Improved wording of source strings.
This commit is contained in:
parent
2aa1381c80
commit
5b47ce9afd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue