feat(locales): Replace 'nodeGroupId' with 'groupId' in multiple language files for consistency

This commit is contained in:
web@ppanel
2025-01-08 23:13:32 +07:00
parent 70497af0aa
commit a4e9d5da59
79 changed files with 413 additions and 159 deletions
+1 -6
View File
@@ -1,7 +1,6 @@
'use client';
import { Display } from '@/components/display';
import { unitConversion } from '@workspace/ui/utils';
import { useTranslations } from 'next-intl';
interface SubscribeDetailProps {
@@ -37,11 +36,7 @@ export function SubscribeDetail({ subscribe }: Readonly<SubscribeDetailProps>) {
<li>
<span className='text-muted-foreground'>{t('connectionSpeed')}</span>
<span>
{subscribe?.speed_limit ? (
`${unitConversion('bitsToMb', subscribe?.speed_limit)} Mbps`
) : (
<Display type='traffic' value={subscribe?.speed_limit} unlimited />
)}
<Display type='trafficSpeed' value={subscribe?.speed_limit} unlimited />
</span>
</li>
<li>