mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
fixed skin revert message
This commit is contained in:
@@ -33,7 +33,7 @@ define('admin/appearance/skins', function() {
|
|||||||
alert_id: 'admin:theme',
|
alert_id: 'admin:theme',
|
||||||
type: 'info',
|
type: 'info',
|
||||||
title: 'Skin Updated',
|
title: 'Skin Updated',
|
||||||
message: themeId + ' skin was successfully applied',
|
message: themeId ? (themeId + ' skin was successfully applied') : 'Skin reverted to base colours',
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user