change wording

This commit is contained in:
Maxton Huff 2021-02-11 10:59:32 -06:00
parent 0f952bb594
commit d357447673

View file

@ -55,7 +55,7 @@ func VersionInfo() string {
}
suffix += " " + GoVersion
if TrialDeadline != "" {
suffix += " limited time trial ends at: " + TrialDeadline
suffix += " limited time trial ends on: " + TrialDeadline
}
return prefix + "Pilosa" + suffix
}