description:__('The phase of the development lifecycle.'),
classes:'stage-header pl-5',
},
{
title:__('Median'),
description:__(
'The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6.',
),
classes:'median-header',
},
]
:[];
return[
{
title:s__('ProjectLifecycle|Stage'),
description:__('The phase of the development lifecycle.'),
classes:'stage-header pl-5',
},
{
title:__('Median'),
description:__(
'The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6.',
),
classes:'median-header',
},
...verticalNavHeaders,
{
title:this.stageName,
description:__('The collection of events added to the data gathered for that stage.'),