diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx
index c829e7fe2..c584b4209 100644
--- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx
+++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx
@@ -265,7 +265,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
content: (
<>
You now have root access! You can hack the server using
- {"[home ~/]> hack"}
+ {"[n00dles ~/]> hack"}
Try doing that now.
>
@@ -296,7 +296,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
content: (
<>
From any server you can get back home using
- {"[home ~/]> home"}
+ {"[n00dles ~/]> home"}
Let's head home before creating our first script!
>
@@ -468,7 +468,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
[iTutorialSteps.HacknetNodesIntroduction as number]: {
content: (
- here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now.
+ Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now.
),
canNext: true,