From ca10c30e7bc5215888a640bd5edc20d8ca573c83 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 6 Sep 2024 02:10:22 +0100 Subject: [PATCH] feature-guiconfig: typo --- modules/feature-guiconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-guiconfig.php b/modules/feature-guiconfig.php index 7415cfe..107ac77 100644 --- a/modules/feature-guiconfig.php +++ b/modules/feature-guiconfig.php @@ -198,7 +198,7 @@ SCRIPT; // Save the new settings file file_put_contents($paths->settings_file, json_encode($newSettings, JSON_PRETTY_PRINT)); - $content = "

Master settings updated sucessfully

\n"; + $content = "

Master settings updated successfully

\n"; $content .= "

$settings->sitename's master settings file has been updated successfully. A backup of the original settings has been created under the name peppermint.json.bak, just in case. You can go back and continue editing the master settings file, or you can go to the " . htmlentities($settings->defaultpage) . ".

\n"; $content .= "

For reference, the newly generated master settings file is as follows:

\n"; $content .= "