fixed skin revert message

This commit is contained in:
psychobunny
2015-06-08 15:41:24 -04:00
parent 78ea462620
commit 6ae64ca884

View File

@@ -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
}); });
}); });