Fix typos in data collection message

This commit is contained in:
mpl 2019-05-21 17:12:09 +02:00 committed by Traefiker Bot
parent 6bbe7262ef
commit 563f059e73

View file

@ -377,7 +377,7 @@ func checkNewVersion() {
func stats(staticConfiguration *static.Configuration) {
if staticConfiguration.Global.SendAnonymousUsage == nil {
log.WithoutContext().Error(`
You haven't specify the sendAnonymousUsage option, it will be enable by default.
You haven't specified the sendAnonymousUsage option, it will be enabled by default.
`)
sendAnonymousUsage := true
staticConfiguration.Global.SendAnonymousUsage = &sendAnonymousUsage