From 2504a692e78d35cc387e6e1feca319515e979a21 Mon Sep 17 00:00:00 2001 From: Batyr Date: Sat, 24 May 2025 15:51:40 +0500 Subject: [PATCH] renamed texts of title --- src/locales/en/home.json | 2 +- src/locales/ru/home.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en/home.json b/src/locales/en/home.json index 2e2c2d9..ac194fe 100644 --- a/src/locales/en/home.json +++ b/src/locales/en/home.json @@ -6,7 +6,7 @@ }, "timer": { - "title": "The event will start in", + "title": "Before the event:", "days": "days", "hours": "hours", diff --git a/src/locales/ru/home.json b/src/locales/ru/home.json index 11e7ba0..1923f53 100644 --- a/src/locales/ru/home.json +++ b/src/locales/ru/home.json @@ -6,7 +6,7 @@ }, "timer": { - "title": "Событие начнется через", + "title": "До события:", "days": "дней", "hours": "часов",