Skip to content

Commit

Permalink
Fixed Note-Node
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanVolvenkov committed Sep 10, 2024
1 parent ca1f909 commit 2792a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ IEnumerator Fade()
break;
}
}
ErrorNote.SetText($"Invalid Note! Connect the proper device.");
ErrorNote.SetText($"Invalid Node! Connect the proper device.");
Thread.Sleep(100);

yield return null;
Expand Down

0 comments on commit 2792a3e

Please sign in to comment.