From e8a206db96470cc873c3fd689a272db425446086 Mon Sep 17 00:00:00 2001 From: thislight Date: Mon, 4 Nov 2024 00:02:02 +0800 Subject: [PATCH] settings/Region: fix wrong title --- src/settings/Region.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/Region.tsx b/src/settings/Region.tsx index 1ae1a62..130ef1f 100644 --- a/src/settings/Region.tsx +++ b/src/settings/Region.tsx @@ -57,7 +57,7 @@ const ChooseRegion: Component = () => { - {t("Choose Language")} + {t("Choose Region")} }