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 af0555f commit d5e805cCopy full SHA for d5e805c
modules/statistics/jsx/widgets/studyprogression.js
@@ -240,7 +240,7 @@ const StudyProgression = (props) => {
240
) : (
241
<p>There have been no candidates registered yet.</p>
242
),
243
- title: 'Study Progression - site recruitment',
+ title: title('Site Recruitment'),
244
subtitle: `Total recruitment: ${getTotalRecruitment()}`,
245
},
246
{
0 commit comments