mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: rename Серверы to Локации in subscription card
This commit is contained in:
@@ -829,10 +829,10 @@ export default function Subscription() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Servers */}
|
||||
{/* Locations */}
|
||||
{subscription.servers && subscription.servers.length > 0 && (
|
||||
<div className="mb-6">
|
||||
<div className="mb-2 text-sm text-dark-500">{t('subscription.serversLabel')}</div>
|
||||
<div className="mb-2 text-sm text-dark-500">{t('subscription.locationsLabel')}</div>
|
||||
<div className="flex flex-wrap gap-2">
|
||||
{subscription.servers.map((server) => (
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user