From 19e62fccf1efbb0c17a160348c75f9e695691bf1 Mon Sep 17 00:00:00 2001 From: Fringg Date: Wed, 18 Feb 2026 09:29:44 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20=D0=A1=D0=B5=D1=80=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=8B=20to=20=D0=9B=D0=BE=D0=BA=D0=B0=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20in=20subscription=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Subscription.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index e9a5775..a5451e2 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -829,10 +829,10 @@ export default function Subscription() { - {/* Servers */} + {/* Locations */} {subscription.servers && subscription.servers.length > 0 && (
-
{t('subscription.serversLabel')}
+
{t('subscription.locationsLabel')}
{subscription.servers.map((server) => (