da03 commited on
Commit
f146b8e
·
1 Parent(s): 69ace4c
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -715,9 +715,9 @@
715
  if (queueWaitTime <= 0) {
716
  showConnectionStatus("Starting soon...");
717
  } else if (queueWaitTime === 1) {
718
- showConnectionStatus("Estimated wait: 1 second");
719
  } else {
720
- showConnectionStatus(`Estimated wait: ${queueWaitTime} seconds`);
721
  }
722
  }
723
 
 
715
  if (queueWaitTime <= 0) {
716
  showConnectionStatus("Starting soon...");
717
  } else if (queueWaitTime === 1) {
718
+ showConnectionStatus("Max wait: 1 second");
719
  } else {
720
+ showConnectionStatus(`Max wait: ${queueWaitTime} seconds`);
721
  }
722
  }
723