diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-10-28 14:13:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 14:13:26 +0300 |
commit | 7b99f99332d80eb1383561d45e847213cec71d37 (patch) | |
tree | 658f293ac194a06ad4d0cce32ca9ad6c5702cdd9 /layouts/partials/index/components.html | |
parent | bf352917ee75e0bfeaacc7157ebc460f39555c12 (diff) | |
parent | d2572480c5272a69aa4a5a1d9e2db6ecbbd59469 (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.html | 2 |
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 |