We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d40f5e commit b8fecb4Copy full SHA for b8fecb4
app/src/components/tables/ExperimentsTable.js
@@ -44,7 +44,7 @@ const ExperimentRow = function({ config, row, climateScenarios, socScenarios, se
44
<GroupToggleLink
45
closed={!config.experiments.includes(row.specifier)}
46
toggle={() => actions.toggleExperiments(row.specifier)}
47
- label={`${row.children.length} sensitivity experiments`}
+ label={`${row.children.length} sensitivity experiment${row.children.length > 1 ? 's' : ''}`}
48
/>
49
</p>
50
)
0 commit comments