File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const status2maturity = {
118118} ;
119119
120120export const status2text = {
121- DNOTE : "Group Draft Note" ,
121+ DNOTE : "Group Note Draft " ,
122122 NOTE : "Group Note" ,
123123 STMT : "Statement" ,
124124 "Member-SUBM" : "Member Submission" ,
@@ -134,7 +134,7 @@ export const status2text = {
134134 REC : "Recommendation" ,
135135 DISC : "Discontinued Draft" ,
136136 RSCND : "Rescinded Recommendation" ,
137- DRY : "Draft Registry" ,
137+ DRY : "Registry Draft " ,
138138 CRYD : "Candidate Registry" ,
139139 CRY : "Candidate Registry" ,
140140 RY : "Registry" ,
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ describe("W3C — Headers", () => {
189189 const [ result2 ] = contains (
190190 dNoteDoc ,
191191 "p" ,
192- "This document was published by the Web Performance Working Group as a Group Draft Note using the Note track."
192+ "This document was published by the Web Performance Working Group as a Group Note Draft using the Note track."
193193 ) ;
194194 expect ( result2 ) . toBeTruthy ( ) ;
195195 } ) ;
You can’t perform that action at this time.
0 commit comments