mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
closes #3644
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user