From c30045b3ad44e0bdbc99c6b49c5d8e935a235f06 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 10 May 2018 08:00:45 +0200 Subject: [PATCH] changed warning message --- lam/templates/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } ?>