Skip to content

Commit 00be883

Browse files
commit111nullfunc
andauthored
Update app/templates/index.html
Co-authored-by: Eric Liu <[email protected]>
1 parent a8138f0 commit 00be883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h2>Ask Defang</h2>
337337
.catch(error => {
338338
clearTimeout(timeoutId); // Clear timeout if request fails
339339
if (error.name === 'AbortError') {
340-
assistantResponse.textContent = 'Request timed out. Please try again in a moment.';
340+
assistantResponse.textContent = 'Request timed out. Please try again.';
341341
console.error('Request timed out. Error: ', error);
342342
} else {
343343
assistantResponse.textContent = `Failed to fetch response. Error: ${error.message}`;

0 commit comments

Comments
 (0)