Skip to content

Commit

Permalink
Update messages.go (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
okrc committed Apr 22, 2024
1 parent da880a7 commit a83c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/messages.go
Expand Up @@ -12,7 +12,7 @@ var logPrinter = message.NewPrinter(language.English)

func init() {

message.SetString(language.English, "可使用 .\\ddns-go.exe -s install 安装服务运行", "You can use 'sudo .\\ddns-go -s install' to install service")
message.SetString(language.English, "可使用 .\\ddns-go.exe -s install 安装服务运行", "You can use '.\\ddns-go.exe -s install' to install service")
message.SetString(language.English, "可使用 sudo ./ddns-go -s install 安装服务运行", "You can use 'sudo ./ddns-go -s install' to install service")
message.SetString(language.English, "监听 %s", "Listen on %s")
message.SetString(language.English, "配置文件已保存在: %s", "Config file has been saved to: %s")
Expand Down

0 comments on commit a83c600

Please sign in to comment.