mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: show locations count instead of servers on tariff cards
servers_count already represents squad count on backend. Renamed display labels to "locations" on tariff cards and confirmation view. Server names still shown in subscription card.
This commit is contained in:
@@ -2396,7 +2396,7 @@ export default function Subscription() {
|
||||
/>
|
||||
</svg>
|
||||
<span className="text-dark-300">
|
||||
{t('subscription.servers', { count: tariff.servers_count })}
|
||||
{t('subscription.locations', { count: tariff.servers_count })}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2596,7 +2596,7 @@ export default function Subscription() {
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<span className="text-dark-500">{t('subscription.serversLabel')}:</span>
|
||||
<span className="text-dark-500">{t('subscription.locationsLabel')}:</span>
|
||||
<span className="ml-2 text-dark-200">{selectedTariff.servers_count}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user