Skip to content

Commit 0f1ef86

Browse files
authored
Update about-hackeros.html
1 parent efa9623 commit 0f1ef86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about-hackeros.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
editionTitles[3].textContent = 'Nvidia Edition';
336336
const editionPs = document.querySelectorAll('.editions p');
337337
editionPs[0].textContent = 'The Official Edition is a standard edition for users, gamers, and programmers, suitable for practically everyone.';
338-
editionPs[1].textContent = 'The Hydra Edition is a copy of the HackerOS edition but with a different look (Garuda-like).';
338+
editionPs[1].textContent = 'The Hydra Edition is a copy of the official edition but with a different look (Garuda-like).';
339339
editionPs[2].textContent = 'The Cybersecurity Edition has no visual modifications and is a copy of the Official Edition but designed for cybersecurity enthusiasts (this version includes penetration testing tools, cybersecurity tools, and runs on the Xen kernel known from Qubes OS).';
340340
document.querySelector('.games-section h2').textContent = 'HackerOS Games';
341341
const gameTitles = document.querySelectorAll('.game h3');
@@ -429,7 +429,7 @@ <h3>Edycja Official</h3>
429429
<p>Edycja Official jest to zwykła edycja dla użytkowników, graczy, programistów, praktycznie dla każdego.</p>
430430
<h3>Edycja Hydra</h3>
431431
<img src="hydra-edition.png" alt="Hydra Edition">
432-
<p>Edycja Hydra to kopia edycji HackerOS, ale z innym wyglądem (Garuda-like).</p>
432+
<p>Edycja Hydra to kopia edycji official, ale z innym wyglądem (Garuda-like).</p>
433433
<h3>Edycja Cybersecurity</h3>
434434
<p>Edycja Cybersecurity nie posiada modyfikacji wyglądu, jest to też kopia wersji oficjalnej, ale przeznaczona dla entuzjastów cyberbezpieczeństwa (wersja Cybersecurity posiada narzędzia do testów penetracyjnych, narzędzia do cyberbezpieczeństwa, pod jądro Xen znane z systemu Qubes OS).</p>
435435
</div>

0 commit comments

Comments
 (0)