Skip to content

Commit

Permalink
Fixed wrong region list name mapping
Browse files Browse the repository at this point in the history
f/u PR for #25596

it should be "eu-en".
  • Loading branch information
simonhong committed Sep 24, 2024
1 parent 5ec1cc3 commit 41de03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_vpn/common/brave_vpn_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ constexpr auto kV1ToV2Map =
{"us-central", "na-usa"}, {"us-east", "na-usa"},
{"us-mountain", "na-usa"}, {"us-north-west", "na-usa"},
{"us-west", "na-usa"}, {"eu-ua", "eu-ua"},
{"eu-en", "en-en"}});
{"eu-en", "eu-en"}});

#if !BUILDFLAG(IS_ANDROID)
void MigrateFromV1ToV2(PrefService* local_prefs) {
Expand Down

0 comments on commit 41de03f

Please sign in to comment.