diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-10-02 13:41:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 13:41:35 +0300 |
commit | 04bd44a5cf60fd23b9a49163b590bc439690cae8 (patch) | |
tree | 5b46b0d279626437d41b7deb192ebecfa33876ec /layouts/partials/index | |
parent | 44f87a0c23691761661ef98b862f18d5747c0153 (diff) |
fix #246
Diffstat (limited to 'layouts/partials/index')
-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 |