diff --git a/client/src/views/modals/mass-action.js b/client/src/views/modals/mass-action.js index 7093a391dc..202c7b02ca 100644 --- a/client/src/views/modals/mass-action.js +++ b/client/src/views/modals/mass-action.js @@ -48,7 +48,7 @@ class MassActionModalView extends ModalView { this.status = 'Pending'; this.headerText = - this.translate('Mass Action', 'scopeNames') + ': ' + + this.translate('Mass Action', 'scopeNames') + ' ยท ' + this.translate(this.action, 'massActions', this.options.scope); this.model = new Model();