From 321a8a45ccc6c2dc2b12bb466c933b100aa14611 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 9 Feb 2025 18:54:56 +0100 Subject: [PATCH] fix: invalid orga email --- src/i18n/translations.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index ec6a5d3..f7589c0 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -31,7 +31,8 @@ const pl = { }, where: { title: "Gdzie", - location: "Klub „Łącznik”, Tramwajowa 1-3, Wrocław, obok Hackerspace Wrocław", + location: + "Klub „Łącznik”, Tramwajowa 1-3, Wrocław, obok Hackerspace Wrocław", }, when: { title: "Kiedy", @@ -55,7 +56,7 @@ const pl = { }, contact: { title: "Kontakt", - email: "contact@cebula.camp", + email: "orga@cebula.camp", }, credits: { title: "Uznania", @@ -118,7 +119,7 @@ const en = { }, contact: { title: "Contact", - email: "contact@cebula.camp", + email: "orga@cebula.camp", }, credits: { title: "Credits",