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 b453eb9 commit 1bf553dCopy full SHA for 1bf553d
src/reporter/labels.js
@@ -6,12 +6,12 @@ export const LABELS = {
6
DNS_LOOKUP_FAILURE: {
7
name: 'domain lookup failed',
8
color: 'FFFFFF',
9
- description: 'Fetching failed because the domain temporarily failed to resolve on DNS',
+ description: 'Fetching failed because the request to DNS servers timed out',
10
},
11
DNS_RESOLUTION_FAILURE: {
12
name: 'domain resolution failed',
13
14
- description: 'Fetching failed because the domain fails to resolve on DNS',
+ description: 'Fetching failed because the domain name failed to resolve',
15
16
DOCUMENT_LOAD_TIMEOUT: {
17
name: 'document load timed out',
0 commit comments