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 a8138f0 commit 00be883Copy full SHA for 00be883
app/templates/index.html
@@ -337,7 +337,7 @@ <h2>Ask Defang</h2>
337
.catch(error => {
338
clearTimeout(timeoutId); // Clear timeout if request fails
339
if (error.name === 'AbortError') {
340
- assistantResponse.textContent = 'Request timed out. Please try again in a moment.';
+ assistantResponse.textContent = 'Request timed out. Please try again.';
341
console.error('Request timed out. Error: ', error);
342
} else {
343
assistantResponse.textContent = `Failed to fetch response. Error: ${error.message}`;
0 commit comments