Skip to content

Commit 1bf553d

Browse files
NdpntMattiSG
andauthored
Improve labels
Co-authored-by: Matti Schneider <[email protected]>
1 parent b453eb9 commit 1bf553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reporter/labels.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ export const LABELS = {
66
DNS_LOOKUP_FAILURE: {
77
name: 'domain lookup failed',
88
color: 'FFFFFF',
9-
description: 'Fetching failed because the domain temporarily failed to resolve on DNS',
9+
description: 'Fetching failed because the request to DNS servers timed out',
1010
},
1111
DNS_RESOLUTION_FAILURE: {
1212
name: 'domain resolution failed',
1313
color: 'FFFFFF',
14-
description: 'Fetching failed because the domain fails to resolve on DNS',
14+
description: 'Fetching failed because the domain name failed to resolve',
1515
},
1616
DOCUMENT_LOAD_TIMEOUT: {
1717
name: 'document load timed out',

0 commit comments

Comments
 (0)