From 561c734d8c07bb0b27c22b1ee9da2c8797bfccd6 Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Tue, 24 Sep 2024 23:13:45 +0300 Subject: [PATCH] Update text --- src/i18n/messages/en.json | 2 +- src/i18n/messages/ru.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 944ecd4bd..84d787e87 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -271,7 +271,7 @@ }, "volume": { "title": "Used Volume", - "description_1": "We have no prepaid plans. All features are available for free. The limit of accepted events is %{msg} events per month.", + "description_1": "Your workspace's plan includes %{msg} accepted events per month.", "description_2": "If you would like to increase your volume, please contact us via the button below", "emailButton": "Increase volume" }, diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 12b2a4a4f..252d834b5 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -268,7 +268,7 @@ }, "volume": { "title": "Используемый объем", - "description_1": "У нас нет платных тарифов, все функции доступны бесплатно. Лимит %{msg} событий в месяц.", + "description_1": "Ваш тариф включает %{msg} событий в месяц.", "description_2": "Если Вы хотите увеличить количество доступных вам событий, пожалуйста, свяжитесь с нами с помощью кнопки ниже", "emailButton": "Увеличить объем" },