diff --git a/modules/module_manager/jsx/modulemanager.js b/modules/module_manager/jsx/modulemanager.js index c346cb81820..5d7dc1eff89 100644 --- a/modules/module_manager/jsx/modulemanager.js +++ b/modules/module_manager/jsx/modulemanager.js @@ -78,9 +78,8 @@ class ModuleManagerIndex extends Component { if (success === true) { swal.fire({ title: 'Success!', - text: 'Updated ' + id + ' status! ' - + 'To apply changes the interface must be reloaded. ' - + 'Proceed ?', + text: 'Updated ' + id + ' status! ' + + 'To apply changes the interface must be reloaded. Proceed?', type: 'success', showCancelButton: true, confirmButtonText: 'Reload the page',