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 45735c3 commit 4136b46Copy full SHA for 4136b46
lib/extensions.js
@@ -17,7 +17,7 @@ export const extensions = {
17
title: 'At Risk',
18
rowLabel: 'Statement',
19
columnLabel: 'Reason',
20
- columns: ['More than 2 passing implementations'],
+ columns: ['At least 2 passing implementations'],
21
rows: atRiskRows
22
};
23
templateData.matrices.push(atRiskMatrix);
0 commit comments