diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 967bedff3b..15367877b7 100644 --- a/dashboard-ui/scripts/addpluginpage.js +++ b/dashboard-ui/scripts/addpluginpage.js @@ -151,7 +151,7 @@ var pluginTypeHtml = pkg.price ? 'This is a premium plugin.' : 'This is a supporter-only plugin.'; - $('#regInfo', page).html(pluginTypeHtml + '

It will require a supporter key in order to register after the trial expiration.').trigger('create'); + $('#regInfo', page).html(pluginTypeHtml + '

It will require a supporter key in order to register after the 14-day free trial.').trigger('create'); $('#ppButton', page).hide(); }