File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/Account/Application/Place/ApplicationsHelpers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { Box , HStack , Text } from '@chakra-ui/react'
22import { useTranslation } from 'next-i18next'
3- import { format } from '~utils/date'
43import PreselectionsWarning from 'public/assets/img/preselectionsWarning.svg'
54import useSelectedCampaign from '~hooks/useSelectedCampaign'
5+ import { format } from '~utils/date'
66
77const MissingSelections = ( ) => {
88 const { t } = useTranslation ( 'application' )
@@ -23,7 +23,7 @@ const MissingSelections = () => {
2323 preselection_end_date : format (
2424 selectedCampaign ?. preselection_end ,
2525 ) ,
26- applications_max : selectedCampaign ?. applications_max ,
26+ preselections_max : selectedCampaign ?. preselections_max ,
2727 } ,
2828 ) }
2929 </ Text >
Original file line number Diff line number Diff line change 5757 "preselection_start" : " Établissez votre présélection avant le {{date}}." ,
5858 "no_preselection" : {
5959 "singular" : " Établissez votre présélection avant le {{preselection_end_date}}. Il est recommandé de choisir 1 candidature" ,
60- "plural" : " Établissez votre présélection avant le {{preselection_end_date}}. Il est recommandé de choisir {{applications_max }} candidatures"
60+ "plural" : " Établissez votre présélection avant le {{preselection_end_date}}. Il est recommandé de choisir {{preselections_max }} candidatures"
6161 },
6262 "missing_preselections" : " Il est recommandé d'ajouter {{num}} candidatures supplémentaires." ,
6363 "missing_preselection" : " Il est recommandé d'ajouter {{num}} candidature supplémentaire." ,
You can’t perform that action at this time.
0 commit comments