diff --git a/web/libs/js/super.configEditor.js b/web/libs/js/super.configEditor.js index ed843e0a..7e0988d1 100644 --- a/web/libs/js/super.configEditor.js +++ b/web/libs/js/super.configEditor.js @@ -281,7 +281,7 @@ $(document).ready(function(){ var html = '

This is a change being applied to the configuration file (conf.json). Are you sure you want to do this? You must restart Shinobi for these changes to take effect. The JSON below is what you are about to save.

' html += `
${newConfiguration}
` $.confirm.create({ - title: 'Save Configuration conf.json', + title: 'Save Configuration', body: html, clickOptions: { class: 'btn-success',