From be3a75752bfedf0a434e794ac007fd2007f8ac25 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Thu, 30 Apr 2026 16:09:18 +0300 Subject: [PATCH] Fix various texts --- src/components/HeroSection.tsx | 4 ++-- translations/en.json | 2 +- translations/et.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 8dffa43..b4aed5d 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -49,7 +49,7 @@ export default function HeroSection() { {/* Right: prize pool + award */}
-

+

{t("hero.prizePool")}

@@ -64,7 +64,7 @@ export default function HeroSection() { alt="TalTech student award" className="object-contain" /> -

+

{t("hero.award")}

diff --git a/translations/en.json b/translations/en.json index 431b46e..bc6cdbc 100644 --- a/translations/en.json +++ b/translations/en.json @@ -44,7 +44,7 @@ "location": "TALTECH, EHITAJATE TEE 5", "buyTicket": "BUY TICKETS", "prizePool": "PRIZE POOL", - "award": "TALTECH STUDENT OF THE YEAR 2025" + "award": "TALTECH STUDENT ACT OF THE YEAR 2025" }, "teaser": { "heading": "COME TO TIPILAN AND...", diff --git a/translations/et.json b/translations/et.json index 7bbbaba..dba6418 100644 --- a/translations/et.json +++ b/translations/et.json @@ -44,7 +44,7 @@ "location": "TALTECH, EHITAJATE TEE 5", "buyTicket": "OSTA PILET", "prizePool": "AUHINNAFOND", - "award": "TALTECHI AASTA TUDENGITEÜS 2025" + "award": "TALTECHI AASTA TUDENGITEGU 2025" }, "teaser": { "heading": "TULE TIPILANILE JA...",