diff --git a/app/assets/javascripts/app/controllers/_ui_element/ticket_perform_action.coffee b/app/assets/javascripts/app/controllers/_ui_element/ticket_perform_action.coffee index f5e40d8b8..9536a56fd 100644 --- a/app/assets/javascripts/app/controllers/_ui_element/ticket_perform_action.coffee +++ b/app/assets/javascripts/app/controllers/_ui_element/ticket_perform_action.coffee @@ -379,7 +379,7 @@ class App.UiElement.ticket_perform_action for recipient in meta.recipient if key is recipient selected = true - columnSelectOptions.push({ value: key, name: App.i18n.translateInline(value), selected: selected }) + columnSelectOptions.push({ value: key, name: App.i18n.translatePlain(value), selected: selected }) columnSelectRecipientUserOptions = [] for user in App.User.all()