diff --git a/Parse-Dashboard/app.js b/Parse-Dashboard/app.js index a882f12f6c..43fa3aaee2 100644 --- a/Parse-Dashboard/app.js +++ b/Parse-Dashboard/app.js @@ -40,7 +40,7 @@ function checkIfIconsExistForApps(apps, iconsFolder) { if (err) { if ('ENOENT' == err.code) { // file does not exist - console.warn('Icon with file name: ' + iconName + " couldn't be found in icons folder!"); + console.warn('Icon with file name: ' + iconName + ' couldn\'t be found in icons folder!'); } else { console.log('An error occurd while checking for icons, please check permission!'); }