fixed skin revert message

v1.18.x
psychobunny 10 years ago
parent 78ea462620
commit 6ae64ca884

@ -33,7 +33,7 @@ define('admin/appearance/skins', function() {
alert_id: 'admin:theme',
type: 'info',
title: 'Skin Updated',
message: themeId + ' skin was successfully applied',
message: themeId ? (themeId + ' skin was successfully applied') : 'Skin reverted to base colours',
timeout: 5000
});
});

Loading…
Cancel
Save