diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 3c23331..4e3cbde 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -267,14 +267,12 @@ export default function LandingPage( />
- {currentLocale === 'pl' - ? 'Zobacz pełny harmonogram wydarzeń, prelekcji i warsztatów' - : 'View the full schedule of events, talks, and workshops'} + {t.contribute.agenda.description}
diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index 2a4c224..c7c9f41 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -63,6 +63,8 @@ const pl = { }, agenda: { title: "Agenda", + description: "Zobacz pełny harmonogram wydarzeń, prelekcji i warsztatów", + viewButton: "Zobacz agendę", }, }, faq: { @@ -180,6 +182,8 @@ const en = { }, agenda: { title: "Schedule", + description: "View the full schedule of events, talks, and workshops", + viewButton: "View agenda", }, }, faq: {