From 542079d53e432f6b21e2915e291e43d15bf1b72b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:15:36 +0700 Subject: [PATCH] Update translations --- src/utils/preferences.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },