mirror of
https://github.com/knadh/listmonk.git
synced 2025-03-01 16:55:26 +08:00
Fix typo in install message
This commit is contained in:
parent
180f05ac08
commit
0cb14422cf
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func install(app *App, qMap goyesql.Queries) {
|
|||
}
|
||||
|
||||
logger.Printf("Setup complete")
|
||||
logger.Printf(`Run the program view it at %s`, ko.String("app.address"))
|
||||
logger.Printf(`Run the program and access the dashboard at %s`, ko.String("app.address"))
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue