From b1fd2ed6145bd2152252ca9d08dc80ceb420c615 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Mon, 26 Aug 2013 14:07:43 -0400 Subject: [PATCH] Clarify "no registration info" --- dashboard-ui/scripts/addpluginpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 1ed2acc33..458b1465e 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";