We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5978d commit a00e58aCopy full SHA for a00e58a
js/widgets/sampler.js
@@ -601,7 +601,7 @@ function SampleWidget() {
601
602
try {
603
generating = true;
604
- activity.textMsg(_("Generating Audio..."), 2500);
+ activity.textMsg(_("Generating Audio... (It may take up to 1 minute)"), 2500);
605
606
blinkInterval = setInterval(() => {
607
activity.textMsg(_("Generating Audio..."), 1000);
0 commit comments