diff --git a/modules/candidate_list/jsx/candidateListIndex.js b/modules/candidate_list/jsx/candidateListIndex.js index 129edb06a97..86dd1d99b82 100644 --- a/modules/candidate_list/jsx/candidateListIndex.js +++ b/modules/candidate_list/jsx/candidateListIndex.js @@ -221,7 +221,7 @@ class CandidateListIndex extends Component { }, }, { - label: this.props.t('Site', {ns: 'loris'}), + label: this.props.t('Site', {ns: 'loris', count: 1}), show: true, filter: { name: 'site', @@ -326,7 +326,7 @@ class CandidateListIndex extends Component { }, }, { - 'label': this.props.t('Project', {ns: 'loris'}), + 'label': this.props.t('Project', {ns: 'loris', count: 1}), 'show': true, 'filter': { name: 'project', diff --git a/modules/candidate_profile/jsx/CandidateInfo.js b/modules/candidate_profile/jsx/CandidateInfo.js index 0cddef876d4..2850d0ca45f 100644 --- a/modules/candidate_profile/jsx/CandidateInfo.js +++ b/modules/candidate_profile/jsx/CandidateInfo.js @@ -145,7 +145,7 @@ class CandidateInfo extends Component { value: this.props.Candidate.Meta.Sex, }, { - label: this.props.t('Project', {ns: 'loris'}), + label: this.props.t('Project', {ns: 'loris', count: 1}), value: this.props.Candidate.Meta.Project, }, { @@ -153,7 +153,7 @@ class CandidateInfo extends Component { value: cohorts.join(', '), }, { - label: this.props.t('Site', {ns: 'loris'}), + label: this.props.t('Site', {ns: 'loris', count: 1}), value: this.props.Candidate.Meta.Site, }, { diff --git a/modules/create_timepoint/jsx/createTimepointIndex.js b/modules/create_timepoint/jsx/createTimepointIndex.js index 4945ba79bdd..fbc4002fa88 100644 --- a/modules/create_timepoint/jsx/createTimepointIndex.js +++ b/modules/create_timepoint/jsx/createTimepointIndex.js @@ -374,7 +374,7 @@ class CreateTimepoint extends React.Component {