From 74464b0a7aafb3bbd332b26f05b969b3932e1eb3 Mon Sep 17 00:00:00 2001 From: Michilis Date: Thu, 12 Feb 2026 03:25:09 +0000 Subject: [PATCH] linktree: next event links to single event page, button 'More info' Co-authored-by: Cursor --- frontend/src/app/linktree/page.tsx | 4 ++-- frontend/src/i18n/locales/en.json | 2 +- frontend/src/i18n/locales/es.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/linktree/page.tsx b/frontend/src/app/linktree/page.tsx index e75daf2..2fd2690 100644 --- a/frontend/src/app/linktree/page.tsx +++ b/frontend/src/app/linktree/page.tsx @@ -80,7 +80,7 @@ export default function LinktreePage() {
) : nextEvent ? ( - +

{locale === 'es' && nextEvent.titleEs ? nextEvent.titleEs : nextEvent.title} @@ -111,7 +111,7 @@ export default function LinktreePage() {

- {t('linktree.bookNow')} + {t('linktree.moreInfo')}
diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index fa6d1ad..fd93157 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -317,7 +317,7 @@ "tagline": "Language Exchange Community", "nextEvent": "Next Event", "noEvents": "No upcoming events", - "bookNow": "Book Now", + "moreInfo": "More info", "joinCommunity": "Join Our Community", "visitWebsite": "Visit Our Website", "whatsapp": { diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 2d563ed..a4fd6a6 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -317,7 +317,7 @@ "tagline": "Comunidad de Intercambio de Idiomas", "nextEvent": "Próximo Evento", "noEvents": "No hay eventos próximos", - "bookNow": "Reservar Ahora", + "moreInfo": "Más información", "joinCommunity": "Únete a Nuestra Comunidad", "visitWebsite": "Visitar Nuestro Sitio", "whatsapp": {