fix: Fixed misleading error message when license on cloud

This commit is contained in:
mrhid6
2026-07-26 15:16:02 +01:00
parent 0b1efca737
commit e8cc9b4ecd
+1 -1
View File
@@ -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: