diff --git a/web/static/js/home.js b/web/static/js/home.js index 8db7f2c..b0e9583 100644 --- a/web/static/js/home.js +++ b/web/static/js/home.js @@ -61,7 +61,7 @@ const HACKER_STATE = { const UNKNOWN_STATE = { FOREVER_ALONE: "There is one unknown device in the hackerspace.", - PARTY: (num) => "There are " + num + " unknown devices in the hakerspace.", + PARTY: (num) => "There are " + num + " unknown devices in the hackerspace.", }; const homeStorage = valoo({