diff --git a/src/utils/preferences.ts b/src/utils/preferences.ts index 11ad723..f764141 100644 --- a/src/utils/preferences.ts +++ b/src/utils/preferences.ts @@ -125,8 +125,8 @@ export class Preferences { default: 'default', }, [PrefKey.SERVER_BYPASS_RESTRICTION]: { - label: ut('Bypass region restriction'), - note: ut('⚠️ Use this at your own risk'), + label: t('bypass-region-restriction'), + note: t('use-this-at-your-own-risk'), default: false, },