Skip to content

Commit 1f676c3

Browse files
author
Hans Kristian Flaatten
committed
Rename ustabil to degradert ytelse
1 parent 399147a commit 1f676c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $(document).ready(function() {
2626
// check time since last outage
2727
if (check.status === 'up' && Date.now() - (check.lasterrortime * 1000) <= 86400000) {
2828
check.class = 'degraded performance';
29-
check.text = 'ustabil';
29+
check.text = 'degradert ytelse';
3030
}
3131

3232
return check;

0 commit comments

Comments
 (0)