Skip to content

Commit

Permalink
[Typo] Fix typo in checkMessages warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Vano <avano@redhat.com>
  • Loading branch information
avano committed Jan 17, 2024
1 parent 9f04f7a commit a35d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function checkMessages() {
})
.done(function (data) {
if (data.count > 0) {
var more = '\nAccess "Tools/Pi-hole diganosis" for further details.';
var more = '\nAccess "Tools/Pi-hole diagnosis" for further details.';
var title =
data.count > 1
? "There are " + data.count + " warnings." + more
Expand Down

0 comments on commit a35d4f0

Please sign in to comment.