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:
+1
-1
@@ -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
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user