diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 1ed2acc338..458b1465e0 100644 --- a/dashboard-ui/scripts/addpluginpage.js +++ b/dashboard-ui/scripts/addpluginpage.js @@ -112,7 +112,7 @@ regStatus += "You are currently registered for this feature"; } else { if (new Date(pkg.expDate).getTime() < new Date(1970, 1, 1).getTime()) { - regStatus += "This feature has no registration information"; + regStatus += "This feature has never been installed on this system"; } else { if (new Date(pkg.expDate).getTime() <= new Date().getTime()) { regStatus += "The trial period for this feature has expired";