« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/gen-thumbs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js
index f92a10f2..dfa2c2ab 100644
--- a/src/gen-thumbs.js
+++ b/src/gen-thumbs.js
@@ -495,14 +495,14 @@ export async function verifyImagePaths(mediaPath, {urls, wikiData}) {
   }
 
   if (!empty(missing)) {
-    logWarn`** Some track art is missing! (${missing.length + ' files'}) **`;
+    logWarn`** Some image files are missing! (${missing.length + ' files'}) **`;
     for (const file of missing) {
       console.warn(color.yellow(` - `) + file);
     }
   }
 
   if (!empty(misplaced)) {
-    logWarn`** Some track art is misplaced! (${misplaced.length + ' files'}) **`;
+    logWarn`** Some image files are misplaced! (${misplaced.length + ' files'}) **`;
     for (const file of misplaced) {
       console.warn(color.yellow(` - `) + file);
     }