File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const LABELS = {
26
26
DOCUMENT_STRUCTURE_CHANGE : {
27
27
name : 'document structure changed' ,
28
28
color : 'FFFFFF' ,
29
- description : 'Extraction selectors are outdated ' ,
29
+ description : 'Selectors do not match any content in the document ' ,
30
30
} ,
31
31
EMPTY_CONTENT : {
32
32
name : 'document was empty' ,
@@ -76,15 +76,15 @@ export const LABELS = {
76
76
SSL_INVALID : {
77
77
name : 'certificate was invalid' ,
78
78
color : 'FFFFFF' ,
79
- description : 'Fetching failed because SSL certificate verification failed' ,
79
+ description : 'Fetching failed because the domain SSL certificate failed to verify ' ,
80
80
} ,
81
81
TOO_MANY_REDIRECTS : {
82
82
name : 'redirected too many times' ,
83
83
color : 'FFFFFF' ,
84
84
description : 'Fetching failed because of too many redirects' ,
85
85
} ,
86
86
UNKNOWN_FAILURE : {
87
- name : 'failed for unknown reason' ,
87
+ name : 'failed for an unknown reason' ,
88
88
color : 'FFFFFF' ,
89
89
description : 'Fetching failed for an undetermined reason that needs investigation' ,
90
90
} ,
You can’t perform that action at this time.
0 commit comments