Skip to content

Commit

Permalink
chore: change the 'OpenExplorer' logs to english (#1205)
Browse files Browse the repository at this point in the history
* chore: change the 'OpenExplorer' logs to english

* break line
  • Loading branch information
jeessy2 authored Aug 1, 2024
1 parent 23277cc commit a6137f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/open_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func OpenExplorer(url string) {
}

if err := cmd.Start(); err != nil {
fmt.Printf("请手动打开浏览器并访问 %s 进行配置\n", url)
fmt.Printf("Please open a browser and visit %s to finish the configuration\n", url)
} else {
fmt.Println("成功打开浏览器, 请在网页中进行配置")
fmt.Printf("Success to open the browser, please configure in the web page\n")
}
}

0 comments on commit a6137f9

Please sign in to comment.