diff --git a/modules/module_manager/jsx/modulemanager.js b/modules/module_manager/jsx/modulemanager.js index acd4d88b4c6..efc9e6a856e 100644 --- a/modules/module_manager/jsx/modulemanager.js +++ b/modules/module_manager/jsx/modulemanager.js @@ -78,8 +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',