Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Modif. demandées par Atelier de Paris
  • Loading branch information
ImaCrea committed Mar 15, 2024
1 parent 62245d3 commit 9fa3944
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions web/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const Footer = () => {
direction={{ base: 'column', lg: 'row' }}
>
<Box maxW={{ base: 'auto', lg: '26rem' }}>
<Text fontFamily="mabry medium">{t('footer.title')}</Text>
<Text mt={4}>{t('footer.subtitle_first')}</Text>
<Text>{t('footer.subtitle_first')}</Text>
<Image src="/assets/img/partners/cdd.svg" width={'170px'} />
<Text mt={4} mb={7}>
{t('footer.subtitle_second')}
Expand Down
1 change: 0 additions & 1 deletion web/public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"validEmail": "Format de l'email incorrect"
},
"footer": {
"title": "StudioD · Plateforme solidaire de mise à disposition de studios de danse",
"subtitle_first": "StudioD Emergence reçoit le soutien du mécénat de la Caisse des Dépôts",
"subtitle_second": "StudioD Plateforme solidaire de mise à disposition de studios de danse a été conçue par l’Atelier de Paris / CDCN au printemps 2020 avec le soutien de :",
"plan": "Plan du site",
Expand Down
2 changes: 1 addition & 1 deletion web/public/locales/fr/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cta": "Mes espaces"
},
"applications": {
"title": "Les créneaux sont ouverts !",
"title": "L'appel à projet est ouvert !",
"subtitle": "Candidatez avant le {{date}}.",
"cta": "Parcourir"
}
Expand Down
8 changes: 4 additions & 4 deletions web/public/locales/fr/place.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@
"no_accomodation": "Pas d'hébergement possible.",
"no_staff": "Pas de personnel technique.",
"staff": "Personnel technique possible {{list}}",
"scene_grid": "Grille scénique possible.",
"no_scene_grid": "Pas de grille scénique possible.",
"scene_grid": "Gril scénique possible.",
"no_scene_grid": "Pas de gril scénique possible.",
"closed_on": "(fermeture le {{days}})"
},
"locked_application_start_plural": "Vous avez déjà postulé à {{nb}} créneaux",
Expand Down Expand Up @@ -378,7 +378,7 @@
"danceBar": "Barre de danse",
"technicalStaff": "Personnel technique",
"accomodation": "Hébergement",
"scene_grid": "Grille scénique",
"scene_grid": "Gril scénique",
"yes": "Oui",
"no": "Non",
"true": "Oui",
Expand Down Expand Up @@ -573,7 +573,7 @@
"5": "5+ personnes"
},
"scene_grid": {
"label": "Grille scénique",
"label": "Gril scénique",
"placeholder": "Choisir",
"true": "Oui",
"false": "Non"
Expand Down

0 comments on commit 9fa3944

Please sign in to comment.