Update status message copy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-29 16:24:24 +00:00
parent fc272f3b58
commit 4bf1a971a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1148,7 +1148,7 @@
<button id="searchBtn" class="primary">Search</button>
</div>
<div id="status">Ready. Enter a song name to search for MIDI files.</div>
<div id="status">Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.</div>
<div id="resultsSection" class="results-section">
<div id="chooseHelper" class="chooser-helper" style="display:none;">
+1 -1
View File
@@ -215,7 +215,7 @@ class MotifApp {
this.currentMIDI = null;
this.setState('idle');
this.updateStatus('Ready. Enter a song name to search for MIDI files.');
this.updateStatus('Ready. Enter a song to run it through our Wario 16-Bit Engine and make a new version.');
try {
window.scrollTo({ top: 0, behavior: 'smooth' });