ui-soxo-bootstrap-core 2.6.1-dev.24 → 2.6.1-dev.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -63,7 +63,7 @@ function resolveLicenseAlert(data) {
|
|
|
63
63
|
if (status === 'ACTIVE' && isExpiringSoon) {
|
|
64
64
|
let descriptionText = '';
|
|
65
65
|
// customize message based on how soon the license is expiring
|
|
66
|
-
if (expiresInDays ===
|
|
66
|
+
if (expiresInDays === 0) {
|
|
67
67
|
descriptionText = 'Your license will expire today. Please renew immediately.';
|
|
68
68
|
} else {
|
|
69
69
|
descriptionText = `Your license will expire in ${expiresInDays} days. Please plan for renewal.`;
|