From f4b1c85698ba91a5f95bc708b4cc0c876add98fc Mon Sep 17 00:00:00 2001 From: kpc21 <34125924+kpc21@users.noreply.github.com> Date: Tue, 21 Dec 2021 20:08:44 +0100 Subject: [PATCH] =?UTF-8?q?Poprawa=20liter=C3=B3wki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hakerspace -> hackerspace --- web/static/js/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({