mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-23 16:53:00 +00:00
feature-guiconfig: typo
This commit is contained in:
parent
690f93c96b
commit
ca10c30e7b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ SCRIPT;
|
|||
// Save the new settings file
|
||||
file_put_contents($paths->settings_file, json_encode($newSettings, JSON_PRETTY_PRINT));
|
||||
|
||||
$content = "<h1>Master settings updated sucessfully</h1>\n";
|
||||
$content = "<h1>Master settings updated successfully</h1>\n";
|
||||
$content .= "<p>$settings->sitename's master settings file has been updated successfully. A backup of the original settings has been created under the name <code>peppermint.json.bak</code>, just in case. You can <a href='?action=configure'>go back</a> and continue editing the master settings file, or you can go to the <a href='?action=view&page=" . rawurlencode($settings->defaultpage) . "'>" . htmlentities($settings->defaultpage) . "</a>.</p>\n";
|
||||
$content .= "<p>For reference, the newly generated master settings file is as follows:</p>\n";
|
||||
$content .= "<textarea name='content'>";
|
||||
|
|
Loading…
Reference in a new issue