From 567d2035aee196bbf914c121bb88fbc41c7a864c Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 28 May 2020 20:31:07 -0700 Subject: [PATCH] Update super.configEditor.js --- web/libs/js/super.configEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',