This commit is contained in:
Julian Lam
2014-01-17 14:13:23 -05:00
parent 17f98804c6
commit 48c22567c2

View File

@@ -17,7 +17,7 @@ define(function() {
app.alert({
alert_id: 'plugin_toggled_' + status.id,
title: 'Plugin Enabled',
title: 'Plugin ' + (status.active ? 'Enabled' : 'Disabled'),
message: 'You may need to restart NodeBB in order for these changes to be reflected.',
type: 'warning',
timeout: 5000