diff --git a/frontend/src/webapp/screens/HomeScreen.svelte b/frontend/src/webapp/screens/HomeScreen.svelte index 36efa9b..c34f032 100644 --- a/frontend/src/webapp/screens/HomeScreen.svelte +++ b/frontend/src/webapp/screens/HomeScreen.svelte @@ -151,9 +151,6 @@
- {t("wa_premium_servers_limited", {}, "Отдельный лимит действует на")}
{#each premiumServerLabels(subscription).slice(0, 8) as label} {label} @@ -199,9 +196,6 @@
- {t("wa_premium_servers_limited", {}, "Отдельный лимит действует на")}
{#each premiumServerLabels(subscription).slice(0, 8) as label} {label} diff --git a/locales/en.json b/locales/en.json index 2588446..e3e16f6 100644 --- a/locales/en.json +++ b/locales/en.json @@ -687,7 +687,6 @@ "wa_premium_unlimited": "Unlimited premium access", "wa_premium_left": "Left", "wa_premium_topup_balance": "Top-up balance", - "wa_premium_servers_limited": "Separate limit applies to", "wa_renew": "Renew", "wa_pay_subscription": "Pay subscription", "wa_subscription_title": "Subscription", diff --git a/locales/ru.json b/locales/ru.json index 10ad067..0fc7a25 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -687,7 +687,6 @@ "wa_premium_unlimited": "Безлимит на premium-сервера", "wa_premium_left": "Осталось", "wa_premium_topup_balance": "Докупленный остаток", - "wa_premium_servers_limited": "Отдельный лимит действует на", "wa_renew": "Продлить", "wa_pay_subscription": "Оплатить подписку", "wa_subscription_title": "Подписка",