From 2e5ae55e691e6cd6395082b5cf74e0d5f1161c05 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 16 Dec 2016 05:01:15 -0800 Subject: [PATCH] PLT-4923 Changing missing license to info msg (#4810) --- api/license.go | 4 ++-- i18n/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/license.go b/api/license.go index cff7d75155..0b186a59c2 100644 --- a/api/license.go +++ b/api/license.go @@ -35,7 +35,7 @@ func LoadLicense() { } if len(licenseId) != 26 { - l4g.Warn(utils.T("mattermost.load_license.find.warn")) + l4g.Info(utils.T("mattermost.load_license.find.warn")) return } @@ -43,7 +43,7 @@ func LoadLicense() { record := result.Data.(*model.LicenseRecord) utils.LoadLicense([]byte(record.Bytes)) } else { - l4g.Warn(utils.T("mattermost.load_license.find.warn")) + l4g.Info(utils.T("mattermost.load_license.find.warn")) } } diff --git a/i18n/en.json b/i18n/en.json index a035da711d..f39b3f4b61 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3037,7 +3037,7 @@ }, { "id": "mattermost.load_license.find.warn", - "translation": "Unable to find active license" + "translation": "License key from https://mattermost.com required to unlock enterprise features." }, { "id": "mattermost.security_bulletin.error",