@@ -32,7 +32,7 @@ const Recruitment = (props) => {
3232 dataType : 'pie' ,
3333 label : 'Age (Years)' ,
3434 options : { pie : 'pie' , bar : 'bar' } ,
35- yLabel : 'Candidates registered' ,
35+ yLabel : t ( 'Candidates registered' , { ns : 'statistics' } ) ,
3636 legend : 'under' ,
3737 chartObject : null ,
3838 } ,
@@ -43,7 +43,7 @@ const Recruitment = (props) => {
4343 dataType : 'pie' ,
4444 label : 'Ethnicity' ,
4545 options : { pie : 'pie' , bar : 'bar' } ,
46- yLabel : 'Candidates registered' ,
46+ yLabel : t ( 'Candidates registered' , { ns : 'statistics' } ) ,
4747 legend : 'under' ,
4848 chartObject : null ,
4949 } ,
@@ -57,7 +57,7 @@ const Recruitment = (props) => {
5757 label : 'Participants' ,
5858 legend : '' ,
5959 options : { pie : 'pie' , bar : 'bar' } ,
60- yLabel : 'Candidates registered' ,
60+ yLabel : t ( 'Candidates registered' , { ns : 'statistics' } ) ,
6161 chartObject : null ,
6262 } ,
6363 'siterecruitment_bysex' : {
@@ -67,7 +67,7 @@ const Recruitment = (props) => {
6767 dataType : 'bar' ,
6868 legend : 'under' ,
6969 options : { bar : 'bar' , pie : 'pie' } ,
70- yLabel : 'Candidates registered' ,
70+ yLabel : t ( 'Candidates registered' , { ns : 'statistics' } ) ,
7171 chartObject : null ,
7272 } ,
7373 } ,
@@ -79,7 +79,7 @@ const Recruitment = (props) => {
7979 dataType : 'line' ,
8080 legend : '' ,
8181 options : { line : 'line' } ,
82- yLabel : 'Candidates registered' ,
82+ yLabel : t ( 'Candidates registered' , { ns : 'statistics' } ) ,
8383 chartObject : null ,
8484 } ,
8585 } ,
0 commit comments