mirror of
https://github.com/pi-hole/web.git
synced 2026-04-20 00:39:52 +01:00
[Typo] Fix typo in checkMessages warning
Signed-off-by: Andrej Vano <avano@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user