From 2520dbfa44edf169c33a44ab2dfdd39d5bd370fe Mon Sep 17 00:00:00 2001 From: rift <117926989+Riftriot@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:47:09 -0600 Subject: [PATCH] Remove dynamic buggy warning --- src/locales/en.json | 3 +-- src/locales/es.json | 3 +-- src/locales/ja.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 6db1264..8cca3c4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -28,8 +28,7 @@ "proxy": { "title": "Proxy", "subtitle": "Choose the proxy that fits your needs", - "automatic": "Automatic", - "buggyWarning": "(BUGGY)" + "automatic": "Automatic" }, "languages": { "title": "Language", diff --git a/src/locales/es.json b/src/locales/es.json index 200f8a9..68107f3 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -28,8 +28,7 @@ "proxy": { "title": "Proxy", "subtitle": "Elige el proxy que se ajuste a tus necesidades", - "automatic": "Automática", - "buggyWarning": "(CALESA)" + "automatic": "Automática" }, "languages": { "title": "Idioma", diff --git a/src/locales/ja.json b/src/locales/ja.json index 37d20a5..4a19b46 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -28,8 +28,7 @@ "proxy": { "title": "プロキシ", "subtitle": "ニーズに合ったプロキシを選んでください", - "automatic": "自動", - "buggyWarning": "(バグ)" + "automatic": "自動" }, "languages": { "title": "言語",