Skip to content

Commit

Permalink
Update disneyplus.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored May 2, 2024
1 parent a803f1b commit 69dce06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commonmediatests/website/disneyplus.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func printDisneyplusResult(ipVersion string, QueryStatus string, VerifyStatus in
result += Yellow("当前出口所在地区不能解锁DisneyPlus") + "\n"
} else {
result += Green("当前出口所在地区解锁DisneyPlus") + "\n"
result += Green("区域:") + QueryStatus + Green("区") + "\n"
result += Green("区域:") + QueryStatus + Green(" 区") + "\n"
}
}
} else if language == "en" {
Expand All @@ -46,7 +46,7 @@ func printDisneyplusResult(ipVersion string, QueryStatus string, VerifyStatus in
result += Yellow("The current exit region cannot unlock DisneyPlus") + "\n"
} else {
result += Green("The current exit region unlocks DisneyPlus") + "\n"
result += Green("Region: ") + QueryStatus + Green("region") + "\n"
result += Green("Region: ") + QueryStatus + Green(" region") + "\n"
}
}
}
Expand Down

0 comments on commit 69dce06

Please sign in to comment.