Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #129

Merged
merged 1 commit into from
Mar 15, 2024
Merged

fixes #129

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading