mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Update user-menu.js
This commit is contained in:
parent
e795f0e86d
commit
04f1f9fb42
@ -75,6 +75,7 @@ function onRequest(context) {
|
||||
//change menu item name
|
||||
delete viewModal.Main.Account.color;
|
||||
delete viewModal.Main.Account["Request Extension"];
|
||||
viewModal.Main.Account.label = "Account";
|
||||
} else if (!billingInfo.isPaidAccount) {
|
||||
var accountContent = "Account";
|
||||
if (billingInfo.billingPlanStatus === status.ACTIVE || billingInfo.billingPlanStatus === status.EXTENDED) {
|
||||
@ -92,7 +93,7 @@ function onRequest(context) {
|
||||
} else if (billingInfo.billingPlanStatus === status.INACTIVE) {
|
||||
isExpired = false;
|
||||
isTrial = true;
|
||||
accountContent = "Trial " + (trialPeriod) + " days tade";
|
||||
accountContent = "Trial " + (trialPeriod) + " days to upgrade";
|
||||
}
|
||||
//change menu item name
|
||||
viewModal.Main.Account.label = accountContent;
|
||||
@ -221,4 +222,4 @@ function onRequest(context) {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user