Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Feb 6, 2024
1 parent 7e27c08 commit 701e13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/content/direct_feedback.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="title"><span class="left"><i class="fa fa-commenting title"></i>BETA feedback</span></div>
<p>With this you are able to diectly share some thoughts! Togehther with your comments, this will also transfer your
<p>With this you are able to directly share some thoughts! Together with your comments, this will also transfer your
current BETA configuration file!</p>
<div><textarea id="ab_beta_feedback" placeholder="Type something in..."
style="width: 50%; height: 100px; resize: both; margin-bottom: 20px;"></textarea></div>
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 701e13d

Please sign in to comment.