From 136a4b8068f56d1d9759fad8057ee71fe426276d Mon Sep 17 00:00:00 2001 From: Maxton Huff Date: Thu, 11 Feb 2021 10:59:32 -0600 Subject: [PATCH] change wording --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index ec27e5c6f..73a78f5c7 100644 --- a/version.go +++ b/version.go @@ -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 }