This commit is contained in:
barisusakli
2015-09-22 17:22:49 -04:00
parent 75af978145
commit dbf0f279a2
7 changed files with 11 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ dashboardController.get = function(req, res, next) {
notDoneText:'Reload required'
},
{
done: plugins.hasListeners('action:email.send'),
done: plugins.hasListeners('filter:email.send'),
doneText: 'Emailer Installed',
notDoneText:'Emailer not installed',
tooltip:'Install an emailer plugin from the plugin page in order to activate registration emails and email digests',