aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/index/components.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-28 14:13:26 +0300
committerGitHub <noreply@github.com>2022-10-28 14:13:26 +0300
commit7b99f99332d80eb1383561d45e847213cec71d37 (patch)
tree658f293ac194a06ad4d0cce32ca9ad6c5702cdd9 /layouts/partials/index/components.html
parentbf352917ee75e0bfeaacc7157ebc460f39555c12 (diff)
parentd2572480c5272a69aa4a5a1d9e2db6ecbbd59469 (diff)
Respect timezone even in last modified date when timeZone was set #249
Respect timezone even in last modified date when `timeZone` was set
Diffstat (limited to 'layouts/partials/index/components.html')
-rw-r--r--layouts/partials/index/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html
index 9b9b082..e3a0d89 100644
--- a/layouts/partials/index/components.html
+++ b/layouts/partials/index/components.html
@@ -131,7 +131,7 @@
if (highlestLevelStatus === 'ok') { highlestLevelStatusReadable = '{{ T "thisIsOk" }}' }
if (highlestLevelStatus === 'notice') { highlestLevelStatusReadable = '{{ T "thisIsNotice" }}' }
- if (highlestLevelStatus === 'dsirupted') { highlestLevelStatusReadable = '{{ T "thisIsDisrupted" }}' }
+ if (highlestLevelStatus === 'disrupted') { highlestLevelStatusReadable = '{{ T "thisIsDisrupted" }}' }
if (highlestLevelStatus === 'down') { highlestLevelStatusReadable = '{{ T "thisIsDown" }}' }
// Finally we can show the status