diff --git a/lam/templates/login.php b/lam/templates/login.php index 3b07fc67..dad2da60 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -453,7 +453,7 @@ function display_LoginPage($licenseValidator, $error_message) {

isExpiringSoon()) { - $licenseMessage = sprintf(_('Your licence expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d')); + $licenseMessage = sprintf(_('Your licence expires on %s. You need to purchase a new license to be able to use LAM Pro after this date.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d')); StatusMessage('WARN', $licenseMessage); } ?>