« get me outta code hell

content, data: properly update artistDisplayText -> artistText - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/checks.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-29 15:36:35 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-29 15:37:29 -0300
commite36872408600c1a4c568ff9be9d84713d2561408 (patch)
tree2653893697c987969e3a4ad9a9dcf7b745a6d72e /src/data/checks.js
parent921330a5b253fd176d0dcfecbce8cdc7d2de5c56 (diff)
content, data: properly update artistDisplayText -> artistText
Diffstat (limited to 'src/data/checks.js')
-rw-r--r--src/data/checks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/checks.js b/src/data/checks.js
index 52024144..c395f2f0 100644
--- a/src/data/checks.js
+++ b/src/data/checks.js
@@ -567,13 +567,13 @@ export function reportContentTextErrors(wikiData, {
 
   const commentaryShape = {
     body: 'commentary body',
-    artistDisplayText: 'commentary artist display text',
+    artistText: 'commentary artist text',
     annotation: 'commentary annotation',
   };
 
   const lyricsShape = {
     body: 'lyrics body',
-    artistDisplayText: 'lyrics artist display text',
+    artistText: 'lyrics artist text',
     annotation: 'lyrics annotation',
   };