Skip to content

Commit

Permalink
III-5746 - Add correct labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Oct 9, 2023
1 parent 5955b1b commit 3d978ec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@
"not_found": "Diese Veranstaltung ist dem UiTPAS noch nicht bekannt."
}
},
"cultuurkuur": {
"title": "Cultuurkuur",
"tip": "Geben Sie eine enthusiastische Beschreibung Ihrer Organisation, die sich speziell an Schulen und Lehrer richtet. Diese Beschreibung wird nur auf cultuurkuur.be, der Plattform für Bildung und Kultur, erscheinen."
},
"location": {
"title": "Standort"
},
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@
"not_found": "Cette activité n'est pas encore connue par UiTPAS."
}
},
"cultuurkuur": {
"title": "Cultuurkuur",
"tip": "Donnez une description enthousiaste de votre organisation, destinée spécifiquement aux écoles et aux enseignants. Cette description n'apparaîtra que sur cultuurkuur.be, la plateforme de l'éducation et de la culture."
},
"location": {
"title": "Lieu"
},
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@
"not_found": "Deze activiteit is nog niet gekend bij UiTPAS."
}
},
"cultuurkuur": {
"title": "Cultuurkuur",
"tip": "Geef een enthousiaste omschrijving van je organisatie, specifiek gericht naar scholen en leerkrachten. Deze beschrijving verschijnt enkel op cultuurkuur.be, het platform voor onderwijs en cultuur."
},
"location": {
"title": "Locatie"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ const DescriptionTips = ({
eventTypeId: string;
}) => {
const { t, i18n } = useTranslation();
const translationKey =
scope === ScopeTypes.ORGANIZERS
? 'organizers*create*step2*description_tips'
: `create*additionalInformation*description*tips*${eventTypeId}`;

return (
(eventTypeId || scope === ScopeTypes.ORGANIZERS) && (
Expand All @@ -90,9 +86,7 @@ const DescriptionTips = ({
margin-top: 1.86rem;
`}
>
{t(translationKey, {
keySeparator: '*',
})}
{t('create.additionalInformation.cultuurkuur.tip')}
</Alert>
)
);
Expand Down

0 comments on commit 3d978ec

Please sign in to comment.