diff --git a/src/app/[locale]/piletid/page.tsx b/src/app/[locale]/piletid/page.tsx
index 7541dd5..b3b0e09 100644
--- a/src/app/[locale]/piletid/page.tsx
+++ b/src/app/[locale]/piletid/page.tsx
@@ -23,89 +23,91 @@ export default async function Tickets({
- {t("tickets.computerParticipant.latePrice")}
+ {t("tickets.visitor.latePrice")}
- {t("tickets.computerParticipant.title")}
+ {t("tickets.visitor.title")}
{t
- .raw("tickets.computerParticipant.features")
- .map((feature: string, index: number) => (
- -
- {feature}
-
- ))}
+ .raw("tickets.visitor.features")
+ .map((feature: string, index: number) => (
+ -
+ {feature}
+
+ ))}
-
+
- {t("tickets.competitor.price")}
+ {t("tickets.computerParticipant.latePrice")}
- {t("tickets.competitor.title")}
+ {t("tickets.computerParticipant.title")}
-
+
{t
- .raw("tickets.competitor.features")
+ .raw("tickets.computerParticipant.features")
.map((feature: string, index: number) => (
- -
+
-
{feature}
))}
- {/**/}
+
- {/**/}
+
-
+
+
+
- {t("tickets.visitor.latePrice")}
+ {t("tickets.competitor.price")}
- {t("tickets.visitor.title")}
+ {t("tickets.competitor.title")}
-
+
{t
- .raw("tickets.visitor.features")
- .map((feature: string, index: number) => (
- -
- {feature}
-
- ))}
+ .raw("tickets.competitor.features")
+ .map((feature: string, index: number) => (
+ -
+ {feature}
+
+ ))}
-
-
-
+ {/**/}
+
+ {/**/}
diff --git a/translations/en.json b/translations/en.json
index 645698b..ddc8726 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -67,7 +67,7 @@
"latePrice":"10€",
"features": [
"Personal desk, power and internet connection",
- "Access to demo area",
+ "Access to expo area",
"Tournament spectating",
"Ability to participate in mini-tournaments"
]
@@ -78,7 +78,7 @@
"features": [
"Ability to participate in the CS2 or LoL tournament",
"Personal desk, power and internet connection",
- "Access to demo area",
+ "Access to expo area",
"Tournament spectating",
"Ability to participate in mini-tournaments"
]
@@ -88,7 +88,7 @@
"earlyPrice": "6€",
"latePrice": "8€",
"features": [
- "Access to demo area",
+ "Access to expo area",
"Tournament spectating",
"Ability to participate in mini-tournaments"
]
diff --git a/translations/et.json b/translations/et.json
index 3a36928..baee8ce 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -67,7 +67,7 @@
"latePrice":"10€",
"features": [
"Isiklik laud, voolu- ja internetiühendus",
- "Ligipääs demoalale",
+ "Ligipääs messialale",
"Turniiride pealt vaatamine",
"Võimalus osaleda miniturniiridel"
]
@@ -78,7 +78,7 @@
"features": [
"Võimalus osaleda CS2 või LoL turniiril",
"Isiklik laud, voolu- ja internetiühendus",
- "Ligipääs demoalale",
+ "Ligipääs messialale",
"Turniiride pealt vaatamine",
"Võimalus osaleda miniturniiridel"
]
@@ -88,7 +88,7 @@
"earlyPrice": "6€",
"latePrice": "8€",
"features": [
- "Ligipääs demoalale",
+ "Ligipääs messialale",
"Turniiride pealt vaatamine",
"Võimalus osaleda miniturniiridel"
]