Skip to content

Commit b52f58f

Browse files
committed
fix(locale): correct hwid strings
1 parent 3bd55fb commit b52f58f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/locales/en/remnawave.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"1-year": "+1 year",
304304
"2099-year": "year 2099",
305305
"hwid-user-limit-line-1": "This feature will only work if",
306-
"hwid-user-limit-line-2": ".env variable is set to",
306+
"hwid-user-limit-line-2": "in Subscription Settings is set to",
307307
"hwid-user-limit-line-3": "Learn more.",
308308
"disable-hwid-limit": "Disable HWID Limit",
309309
"hwid-device-limit": "HWID Device Limit",

src/features/ui/dashboard/users/bulk-all-user-actions-tabs/bulk-all-user-actions-tabs.update.tab.feature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export const BulkAllUserActionsUpdateTabFeature = (props: IProps) => {
263263
<>
264264
<Text c="dimmed" size="0.75rem">
265265
{t('create-user-modal.widget.hwid-user-limit-line-1')}{' '}
266-
<Code>HWID_DEVICE_LIMIT_ENABLED</Code>{' '}
266+
<Code>HWID Limit</Code>{' '}
267267
{t('create-user-modal.widget.hwid-user-limit-line-2')}{' '}
268268
<Code>true</Code>.{' '}
269269
<Anchor

src/features/ui/dashboard/users/bulk-user-actions-tabs/bulk-user-actions.update.tab.feature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export const BulkUserActionsUpdateTabFeature = (props: IProps) => {
307307
<>
308308
<Text c="dimmed" size="0.75rem">
309309
{t('create-user-modal.widget.hwid-user-limit-line-1')}{' '}
310-
<Code>HWID_DEVICE_LIMIT_ENABLED</Code>{' '}
310+
<Code>HWID Limit</Code>{' '}
311311
{t('create-user-modal.widget.hwid-user-limit-line-2')}{' '}
312312
<Code>true</Code>.{' '}
313313
<Anchor

0 commit comments

Comments
 (0)