diff --git a/src/pages/content/direct_feedback.php b/src/pages/content/direct_feedback.php index 4e04e4f..e5c58ff 100644 --- a/src/pages/content/direct_feedback.php +++ b/src/pages/content/direct_feedback.php @@ -1,5 +1,5 @@
BETA feedback
-

With this you are able to diectly share some thoughts! Togehther with your comments, this will also transfer your +

With this you are able to directly share some thoughts! Together with your comments, this will also transfer your current BETA configuration file!

diff --git a/src/scripts/backup.php b/src/scripts/backup.php index 0c0dfd6..d914b5a 100644 --- a/src/scripts/backup.php +++ b/src/scripts/backup.php @@ -155,7 +155,7 @@ } } ABHelper::backupLog("Docker update check finished!", ABHelper::LOGLEVEL_DEBUG); -ABHelper::backupLog("Planned container updated: " . implode(", ", $dockerUpdateList), ABHelper::LOGLEVEL_DEBUG); +ABHelper::backupLog("Planned container updates: " . implode(", ", $dockerUpdateList), ABHelper::LOGLEVEL_DEBUG); ABHelper::handlePrePostScript($abSettings->preBackupScript, 'pre-backup', $abDestination);