diff --git a/src/app/[locale]/turniirid/page.tsx b/src/app/[locale]/turniirid/page.tsx
index 4fb0d63..df1d019 100644
--- a/src/app/[locale]/turniirid/page.tsx
+++ b/src/app/[locale]/turniirid/page.tsx
@@ -106,6 +106,9 @@ export default async function Tourney({
{t("tournaments.mini.description1")}
+
+ {t("tournaments.mini.description2")}
+
diff --git a/translations/en.json b/translations/en.json
index ad03969..645698b 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -124,6 +124,7 @@
"title": "Mini-tournaments",
"timing": "24th-25th October",
"description1": "TipiLAN hosts a variety of fun and competitive mini-tournaments. The prize pool for each tournament is displayed.",
+ "description2": "Mini-tournaments can be participated in with a regular ticket. Registration takes place on-site.",
"readRules": "READ RULES",
"buyTicket": "BUY TICKETS"
}
diff --git a/translations/et.json b/translations/et.json
index 2f3961d..3a36928 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -125,6 +125,7 @@
"title": "Miniturniirid",
"timing": "24.-25. oktoober",
"description1": "TipiLANil toimub mitmeid erinevaid lõbusaid ja võistlushimu tekitavaid miniturniire. Iga turniiri juures on välja toodud terve turniiri auhinnafond",
+ "description2": "Miniturniiridel saab osaleda ka tavalise piletiga. Registreerimine toimub kohapeal.",
"readRules": "LOE REEGLEID",
"buyTicket": "OSTA PILET"
}