Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.
+
Ready. Search any song to make a Game Boy version.
diff --git a/src/main.ts b/src/main.ts
index d96fc8a..e51f67c 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -215,7 +215,7 @@ class MotifApp {
this.currentMIDI = null;
this.setState('idle');
- this.updateStatus('Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.');
+ this.updateStatus('Ready. Search any song to make a Game Boy version.');
try {
window.scrollTo({ top: 0, behavior: 'smooth' });