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 5f7be30 commit 5dba035
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 @@ -366,7 +366,7 @@ function checkMessages() {
: false;
$.getJSON("api_db.php?status" + (ignoreNonfatal ? "&ignore=DNSMASQ_WARN" : ""), function (data) {
if ("message_count" in data && data.message_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.message_count > 1
? "There are " + data.message_count + " warnings." + more
Expand Down

0 comments on commit 5dba035

Please sign in to comment.