PLT-4923 Changing missing license to info msg (#4810)

Этот коммит содержится в:
Corey Hulen
2016-12-16 05:01:15 -08:00
коммит произвёл Joram Wilander
родитель 7f48a7fc9d
Коммит 2e5ae55e69
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -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"))
}
}

Просмотреть файл

@@ -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",