Skip to content

Commit 2a99388

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reporter/labels.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const LABELS = {
2626
DOCUMENT_STRUCTURE_CHANGE: {
2727
name: 'document structure changed',
2828
color: 'FFFFFF',
29-
description: 'Extraction selectors are outdated',
29+
description: 'Selectors do not match any content in the document',
3030
},
3131
EMPTY_CONTENT: {
3232
name: 'document was empty',
@@ -76,15 +76,15 @@ export const LABELS = {
7676
SSL_INVALID: {
7777
name: 'certificate was invalid',
7878
color: 'FFFFFF',
79-
description: 'Fetching failed because SSL certificate verification failed',
79+
description: 'Fetching failed because the domain SSL certificate failed to verify',
8080
},
8181
TOO_MANY_REDIRECTS: {
8282
name: 'redirected too many times',
8383
color: 'FFFFFF',
8484
description: 'Fetching failed because of too many redirects',
8585
},
8686
UNKNOWN_FAILURE: {
87-
name: 'failed for unknown reason',
87+
name: 'failed for an unknown reason',
8888
color: 'FFFFFF',
8989
description: 'Fetching failed for an undetermined reason that needs investigation',
9090
},

0 commit comments

Comments
 (0)