diff --git a/src/components/modals/ChooseTariffPlanPopup.vue b/src/components/modals/ChooseTariffPlanPopup.vue
index b7279d1e..206bd292 100644
--- a/src/components/modals/ChooseTariffPlanPopup.vue
+++ b/src/components/modals/ChooseTariffPlanPopup.vue
@@ -31,6 +31,30 @@
@click.native="selectPlan(plan.id)"
:horizontal="plans.length > 3"
/>
+
+
+
+ {{$t('workspaces.chooseTariffPlanDialog.premiumPlan')}}
+
+
+
+ {{$t('workspaces.chooseTariffPlanDialog.premiumPlanLimit')}}
+
+
+
+ {{$t('workspaces.chooseTariffPlanDialog.premiumPlanPrice')}}
+
+
+
+
+
+
diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json
index 7b8d8f9f..0aa94287 100644
--- a/src/i18n/messages/en.json
+++ b/src/i18n/messages/en.json
@@ -226,7 +226,11 @@
"onSuccess": "Workspace plan has been successfully changed",
"onError": "Unable to change workspace plan due to an error, please try again later",
"confirmSetToFreePlanDescription": "The old plan will be canceled. Unused errors and time will not be refunded.",
- "confirmSetToPaidPlanDescription": "The old plan will be canceled. Unused errors and time will not be refunded. You will need to pay for a new tariff plan."
+ "confirmSetToPaidPlanDescription": "The old plan will be canceled. Unused errors and time will not be refunded. You will need to pay for a new tariff plan.",
+ "premiumPlan": "Premium",
+ "premiumPlanLimit": "> 500 000 events / mo",
+ "premiumPlanPrice": "Individual",
+ "premiumPlanButtonText": "Contact us"
},
"creationDialog": {
"description": "Workspace will contain your projects. You’ll able to invite team members to join workspace and access projects.",
diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json
index f9d1dd6e..69df84e9 100644
--- a/src/i18n/messages/ru.json
+++ b/src/i18n/messages/ru.json
@@ -226,7 +226,11 @@
"onSuccess": "Тарифный план был успешно изменён",
"onError": "Произошла ошибка, пожалуйста попробуйте ещё раз немного позже",
"confirmSetToFreePlanDescription": "Старый план будет отменён. Деньги за неиспользованные ошибки и время не будут возвращены.",
- "confirmSetToPaidPlanDescription": "Старый план будет отменён. Деньги за неиспользованные ошибки и время не будут возвращены. Вам будет необходимо оплатить новый тарифный план."
+ "confirmSetToPaidPlanDescription": "Старый план будет отменён. Деньги за неиспользованные ошибки и время не будут возвращены. Вам будет необходимо оплатить новый тарифный план.",
+ "premiumPlan": "Примиум",
+ "premiumPlanLimit": "> 500 000 событий / мес",
+ "premiumPlanPrice": "Индивидуальная",
+ "premiumPlanButtonText": "Связаться"
},
"creationDialog": {
"description": "Воркспейс объединяет несколько проектов. Вы сможете добавить коллег с доступом ко всем проектам внутри воркспейса.",