fix: Fixed misleading error message when license on cloud
This commit is contained in:
@@ -200,7 +200,7 @@ func licenceRejectionMessage(reason, instanceID string) string {
|
||||
case license.ReasonBadSignature:
|
||||
return "This licence key is not valid. Check it was copied in full."
|
||||
case license.ReasonDeploymentMismatch:
|
||||
return "This licence is for Vantage Cloud and cannot be used on a self-hosted install."
|
||||
return "This licence was issued for a different instance type."
|
||||
case license.ReasonInstanceMismatch:
|
||||
return "This licence was issued for a different instance. Your instance ID is " + instanceID + "."
|
||||
case license.ReasonNoLicense:
|
||||
|
||||
Reference in New Issue
Block a user